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

LSP completions show details and documentation

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Robust parsing of `foo.` with error node

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
LSP - dot completion

github.com/DanielXMoore/Civet - zolomatok opened this issue 2 months ago
Backcall operator / Do notation

github.com/DanielXMoore/Civet - nythrox opened this issue 2 months ago
Bun docs: improve getting started guidance

github.com/DanielXMoore/Civet - zoodogood opened this pull request 2 months ago
`array[i%]` modulo index shorthand

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix REPL support for `ref`s created by Civet

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Immutability by default

github.com/DanielXMoore/Civet - marcus-sa opened this issue 2 months ago
Inequality slicing without `..`: `x[<i]` etc.

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
"civet strict" directive to enable JS strict mode

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Placeholders lift through reverse slice operators

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix `for` loops over `&` placeholder

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Ensure space after `for..of/in`

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix parenthesized `for` expression without body

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`for sum & of &` doesn't error

github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Fix typing of `return.value` in `async` function

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`:"symbol name"` symbol shorthand with quotes

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`T?` type shorthand in named tuple elements

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
LSP unit testing of completions

github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
Allow `|> throw`

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 2 months ago
`async` arrow type

github.com/DanielXMoore/Civet - edemaine opened this issue 2 months ago
Symbols with non-identifier names

github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Assignment to symbols is allowed

github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Tuple types with `?`

github.com/DanielXMoore/Civet - edemaine opened this issue 2 months ago
How to import civet from ts?

github.com/DanielXMoore/Civet - NWYLZW opened this issue 2 months ago
preventExtensions on comptime functions

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 2 months ago
Fix await with array member expression

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix one-line arrow functions with `@` arguments

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Cannot `await [...].map`

github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Pattern Catching Gone Wrong

github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Fix CLI with complex `NODE_OPTIONS`, LSP cleanup

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Compiler flag to emit `"use strict"`

github.com/DanielXMoore/Civet - johndeighan opened this issue 2 months ago
config file generates error

github.com/DanielXMoore/Civet - johndeighan opened this issue 2 months ago
Indented types after binary type operators

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Pattern matching `catch`

github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Pattern Catching

github.com/DanielXMoore/Civet - bbrk24 opened this issue 3 months ago
Improve project root detection in LSP

github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
One-line braced blocks

github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
Add missing parentheses with `++` concat operator

github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Allow pipes etc. in explicit function arguments

github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago