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
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Backcall operator / Do notation
github.com/DanielXMoore/Civet - nythrox opened this issue 2 months ago
github.com/DanielXMoore/Civet - nythrox opened this issue 2 months ago
Avoid duplicate calls in relation chains and `@` bind shorthand via refs
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Bun docs: improve getting started guidance
github.com/DanielXMoore/Civet - zoodogood opened this pull request 2 months ago
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
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Playground SyntaxError when running code
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
reverse slice of string doesn't support unicode
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
Allow multiple indented blocks of arguments in function call
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Inequality slicing without `..`: `x[<i]` etc.
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix `& &` disambiguation (placeholder vs. bitwise and)
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix reverse slices handling of extreme indices, trailing member access
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Restart LSP when `package.json` or Civet config file changes
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
slice after reverse slice is ignored
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
reverse slice out of range index bug
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
Asymmetry in bitwise and of placeholder
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Loop expression is not considered inside call
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
"civet strict" directive to enable JS strict mode
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Playground `comptime` restarts playground worker and resets toggle after editing
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Check for valid left-hand sides, forbidding lone placeholder
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix `await` step vs. expression detection in pipeline
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
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
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix `sum`/`count`/`each`/`own`/etc. as loop iteration variables
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`for` without body cannot be parenthesized
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
`for` reduce expressions supercede `for sum of sums` etc
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
`for sum & of &` doesn't error
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Missing whitespace in `for`-reduce over `&`
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Assertion failure when iterating over `&`
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Load-bearing semicolon after `|> await.all`
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`async` functions and arrow types auto-wrap return type in `Promise`
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`await`/`throw` with placeholders in pipeline, trailing `|> throw` makes statement without IIFE
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
Multiple generator loops at top level, unwrap top-level iterations, fix implicit loop bodies
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Unwrap the `Promise` wrapper in this case when typing `ret`
github.com/DanielXMoore/Civet - NWYLZW opened this issue 2 months ago
github.com/DanielXMoore/Civet - NWYLZW opened this issue 2 months ago
Fix LSP: `resolve` of `WithResolver` doesn't return a `Promise`
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
Miscompile when attempting to `|> throw`
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Fix LSP by dropping `triggerCharacters` which requires fault-tolerant compile
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
Symbols with non-identifier names
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
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
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
`for some/every/count/sum/product/min/max` reduction loops, empty for loop default behavior, fix unwrapping multiple loops in a row
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
type checking civet file with ext other than .civet doesn't work
github.com/DanielXMoore/Civet - johndeighan opened this issue 2 months ago
github.com/DanielXMoore/Civet - johndeighan opened this issue 2 months ago
ternary requires even more space now
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
Range loops can provide custom skip via `by` (not just in CoffeeScript)
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Simpler String Interpolations in Template Literals
github.com/DanielXMoore/Civet - wmstack opened this issue 2 months ago
github.com/DanielXMoore/Civet - wmstack opened this issue 2 months ago
`for` loops can filter via `when` conditions (not just in CoffeeScript mode)
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix unplugin's webpack mode: `resolve.alias`, virtual modules
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
LSP completions and hover info up-to-date instead of lagging
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
github.com/DanielXMoore/Civet - NWYLZW opened this pull request 2 months ago
`:symbol` shorthand for `Symbol.symbol` or `Symbol.for("symbol")`
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
inconsistent behavior when using reverse slice in lambda shorthand
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue 2 months ago
Playground doesn't reset `comptime` environment
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
preventExtensions on comptime functions
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 2 months ago
comptime serializer doesn't freeze functions
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Fix await with array member expression
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix `Promise<void>` detection with implicit type arguments
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Strange behavior when using arrow function with @ parameter
github.com/DanielXMoore/Civet - lukegustafson opened this issue 2 months ago
github.com/DanielXMoore/Civet - lukegustafson opened this issue 2 months ago
`Promise void` doesn't suppress return, but `Promise<void>` does
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Pattern Catching uses `let` instead of `const`
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
`from ... import/export` (reversed `import`/`export`)
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`if` conditions continued by binary op on next line
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix CLI with complex `NODE_OPTIONS`, LSP cleanup
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
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
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Reverse slices and inequality slices with implicit parts
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Ranges and slices with inequalities such as `[a<..<b]`
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Fix automatic private fields from constructor `@args`
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Fix bracing in implicitly returned one-line for loops
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Loops followed by binary operators, `as` on next line
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Missing braces with multiple `for` loops on the same line in expression position
github.com/DanielXMoore/Civet - bbrk24 opened this issue 3 months ago
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Automatically type fields using `@arg` in constructor
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Forbid next-line braced blocks after `return if` and `yield if`
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
One-line braced blocks with single-line statements
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
`repl` directive hoists function and class declarations too, fix one-line declarations in `if`
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
One-line `if` doesn't allow declarations
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
Compiler directives `iife` and `repl` for wrapping program, fix `comptime` implicitly returned from function
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Pipeline doesn't unwrap in multi-`&` function shorthand
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Add missing parentheses with `++` concat operator
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
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
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Variance annotations (`in`/`out`) in type parameters
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
`&` lifting above function call when it's part of the function
github.com/DanielXMoore/Civet - bbrk24 opened this issue 3 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 3 months ago