Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Civet

Develop and maintain the Civet programming language.
Collective - Host: opensource - https://opencollective.com/civet - Website: https://civet.dev - Code: https://github.com/DanielXMoore/Civet

template string bracket completion

github.com/DanielXMoore/Civet - unlessgames opened this issue 12 months ago
array access helpers

github.com/DanielXMoore/Civet - unlessgames opened this issue 12 months ago
Extends shorthand `<` and negated forms

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Conditional types via if/unless

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Optional function return types

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Optional let declarations

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Support declarations in switch statements

github.com/DanielXMoore/Civet - unlessgames opened this issue 12 months ago
++= concat assignment

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
++ concat operator

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Non-null pipe `?|>`

github.com/DanielXMoore/Civet - edemaine opened this issue 12 months ago
as! T

github.com/DanielXMoore/Civet - STRd6 opened this pull request 12 months ago
Fix unplugin emitDeclaration and Windows behavior

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Fix ASI before ranges

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
unexpected output with array range syntax

github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 year ago
yield in do

github.com/DanielXMoore/Civet - edemaine opened this issue about 1 year ago
& function shorthand with template strings

github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 year ago
Stricter unary operators (before &)

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
`[a ... b]` is a range, `[a ...b]` is implicit call

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
docs: Revise tagline, opening paragraph, and purple

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
with statement not supported

github.com/DanielXMoore/Civet - esthedebeste opened this issue about 1 year ago
Update font; tagline

github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 year ago
Use .-1 notation in Civet source

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
svg backgrounds

github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 year ago
Support x?.-1 and other optional fancy accesses

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Omit obviously unreachable breaks from switch

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Fix while(cond) without space

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Color tweaks to improve contrast

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
`.cvt` file extension

github.com/DanielXMoore/Civet - danielbayley opened this issue about 1 year ago
Update docs style

github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 year ago
Add angle brackets to surroundingPairs

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Handle labeled loops

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Omit return with Iterator/Generator<*, void> type

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Fix implicit generators in assigned -> functions

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Invalid output with labelled loop

github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 year ago
Omit return with `Generator<*, void>`

github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 year ago
js/ts2civet

github.com/DanielXMoore/Civet - danielbayley opened this issue about 1 year ago
handleHotUpdate to fix Vite HMR (watch in dev mode)

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Add Qwik to Starter Templates

github.com/DanielXMoore/Civet - danielbayley opened this issue about 1 year ago
Fix sourcemap issue in unplugin (#846)

github.com/DanielXMoore/Civet - Mokshit06 opened this pull request about 1 year ago
Fix #853: catch clause with extra space

github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 year ago
tuple typing QoL feature?

github.com/DanielXMoore/Civet - 747 opened this issue about 1 year ago
Import attributes

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Em dash for decrement

github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 year ago
`ts: "esbuild"` crashes

github.com/DanielXMoore/Civet - edemaine opened this issue about 1 year ago
`autoLet` with typed declaration

github.com/DanielXMoore/Civet - 747 opened this issue about 1 year ago
Fix special relational operator precedence

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Fix #839: for each of declaration with auto-let

github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 year ago
Allow multiple patterns over multiple lines with comma

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Arguments placeholders for callbacks

github.com/DanielXMoore/Civet - mixty1 opened this issue about 1 year ago
Slice notations

github.com/DanielXMoore/Civet - JUSTIVE opened this issue about 1 year ago
Add bracket/comments matching to vscode plugin

github.com/DanielXMoore/Civet - bkuri opened this pull request about 1 year ago
Generalize pin expressions to allow x.y and ^x.y

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Comments jump ahead

github.com/DanielXMoore/Civet - imm opened this issue about 1 year ago
Fix snug `x<y`

github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 year ago
index accessing in lambda with & shorthand

github.com/DanielXMoore/Civet - JUSTIVE opened this issue about 1 year ago
Unicode issues on the website

github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 year ago
x<y>z

github.com/DanielXMoore/Civet - edemaine opened this issue about 1 year ago
Parse errors around division and space

github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 year ago
Pattern matching with an enum value

github.com/DanielXMoore/Civet - JUSTIVE opened this issue about 1 year ago
Type arguments in template literals

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Currying

github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 year ago
Assignments in & functions

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Indented function parameters

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Fix Promise<void> in non-async function

github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 year ago
Promise<void> in non-async function

github.com/DanielXMoore/Civet - edemaine opened this issue about 1 year ago
Can't input tabs in civet.dev/playground

github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 year ago
Fix unplugin Typescript builds and update API

github.com/DanielXMoore/Civet - Mokshit06 opened this pull request about 1 year ago