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

Fix ASI by handling tokens

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Generous matching of --version, --help

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Splice assignment with loop

github.com/DanielXMoore/Civet - edemaine opened this issue 5 months ago
Invalid command-line argument handling

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Upgrade Playground to modern Prettier

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Add source location to error nodes

github.com/DanielXMoore/Civet - bbrk24 opened this issue 5 months ago
Sourcemaps are off when used with @propName

github.com/DanielXMoore/Civet - CosmoMyzrailGorynych opened this issue 5 months ago
Generator operators

github.com/DanielXMoore/Civet - bbrk24 opened this issue 5 months ago
`for`/`else`

github.com/DanielXMoore/Civet - bbrk24 opened this issue 5 months ago
Argument magic with `coffeeDo`

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Use {} for empty if and else blocks

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
coffeeDo bug

github.com/DanielXMoore/Civet - edemaine opened this issue 5 months ago
Finishing civetconfig

github.com/DanielXMoore/Civet - edemaine opened this issue 5 months ago
Fix `.#x`

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Attempted pattern matching ternary

github.com/DanielXMoore/Civet - bbrk24 opened this issue 5 months ago
Ampersand fixes

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Ampersand bugs

github.com/DanielXMoore/Civet - edemaine opened this issue 5 months ago
`try ... else` blocks

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Fix preprocessing of declaration conditions

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Allow EmptyStatement in ClassBody

github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
comptime else blocks, else refactor

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
More comptime

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Don't emit newlines before block prefixes

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
`guard`-`else`

github.com/DanielXMoore/Civet - bbrk24 opened this issue 6 months ago
Better require error messages in comptime

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
CLI avoid errors when output pipe gets closed

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Duplicate helpers in comptime blocks

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Avoid implicit return when block guarantees exit

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Add LSP warning about using dev Civet

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Improve log feedback in VSCode plugin

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Use `is like` in some cases

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Detect Error nodes in inlineMap mode

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
ESLint plugin

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Comptime fixes

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
`(is like ...)` section, document `is not like`

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Empty array matching still broken

github.com/DanielXMoore/Civet - edemaine opened this issue 6 months ago
Pattern matching fixes

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
"is like" pattern matching operator

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Comptime URLs

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
Comptime function properties

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
Comptime classes and generators

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
Optional ?:: for coffeePrototype

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Comptime `Object.create null`

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
Cannot optional-chain prototype

github.com/DanielXMoore/Civet - bbrk24 opened this issue 6 months ago
Fix comptime negative zero

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
Comptime generator functions

github.com/DanielXMoore/Civet - bbrk24 opened this issue 6 months ago
Serialize typed arrays and well-known symbols

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
Allow empty body in loops, if/else, do, comptime

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Insert "function" into ES6 methods

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 6 months ago
if type errors

github.com/DanielXMoore/Civet - edemaine opened this issue 6 months ago
Upgrade CI to Node.js 20

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Fix & in applied (operator)

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Assignment operator sections

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Pipeline unwrapping should add refs

github.com/DanielXMoore/Civet - edemaine opened this issue 6 months ago
Keep `new` inside partial function

github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
Improve ASI algorithm

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Pipe assignment to index

github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
`::#` type with `coffeePrototype`

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Infinite loop detection and no return

github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
`::#` doesn't work in type position

github.com/DanielXMoore/Civet - bbrk24 opened this issue 6 months ago