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
`break/continue loop/while/until/for/do` refer to anonymous containing iteration
github.com/DanielXMoore/Civet - edemaine opened this pull request 10 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 10 days ago
`:label` supports Civet reserved words (but not JS reserved words)
github.com/DanielXMoore/Civet - edemaine opened this pull request 13 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 13 days ago
Fix parser crash on blocks inside `switch`
github.com/DanielXMoore/Civet - STRd6 opened this pull request 15 days ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 15 days ago
`FORCE_COLOR=1` isn't working flawless on the Civet project
github.com/DanielXMoore/Civet - Yewzir opened this issue 15 days ago
github.com/DanielXMoore/Civet - Yewzir opened this issue 15 days ago
TypeError with object literal in switch?
github.com/DanielXMoore/Civet - bbrk24 opened this issue 16 days ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 16 days ago
Fat pipe `||>` uses semicolons at statement level
github.com/DanielXMoore/Civet - edemaine opened this pull request 17 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 17 days ago
Fix mixing access modifiers (e.g. `readonly`) with `@` arguments in constructors
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
Fix placeholders in `for each` loops
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
Fix implicit objects in indented arguments after other arguments
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
Fix object literals and bulleted lists in JSX indented attributes, fix indentation detection
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
Fix implicit `async` and `*` in methods
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
make tab key insert tabs and set tab size to 4 in playground
github.com/DanielXMoore/Civet - samualtnorman opened this pull request 23 days ago
github.com/DanielXMoore/Civet - samualtnorman opened this pull request 23 days ago
Fix `new` expression at start of pipeline
github.com/DanielXMoore/Civet - edemaine opened this pull request 27 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 27 days ago
Pipe after argumentless `new`
github.com/DanielXMoore/Civet - edemaine opened this issue 27 days ago
github.com/DanielXMoore/Civet - edemaine opened this issue 27 days ago
Nested implicit objects in function arguments
github.com/DanielXMoore/Civet - edemaine opened this issue 27 days ago
github.com/DanielXMoore/Civet - edemaine opened this issue 27 days ago
`do*` works differently in top-level functions vs in methods
github.com/DanielXMoore/Civet - bbrk24 opened this issue 28 days ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 28 days ago
`%%` operator types support `bigint` in addition to `number`
github.com/DanielXMoore/Civet - edemaine opened this pull request 29 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 29 days ago
Fix automatic `Promise` wrapping of async return types
github.com/DanielXMoore/Civet - edemaine opened this pull request 30 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 30 days ago
Playground shows IIFE failures only when clicking Run
github.com/DanielXMoore/Civet - edemaine opened this pull request 30 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 30 days ago
Type postfix `?` and `!` work in long postfix sequence
github.com/DanielXMoore/Civet - edemaine opened this pull request 30 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 30 days ago
Fix fallthrough in implicitly returned switch with semicolon, improve `hasExit` heuristic
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
`for` reduction implicit body can destructure, fix implicitly returned patterns in some cases
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Allow postfix in indented `if` conditions
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
`compile` API questions
github.com/DanielXMoore/Civet - johndeighan opened this issue about 1 month ago
github.com/DanielXMoore/Civet - johndeighan opened this issue about 1 month ago
Fix complex property globs
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Fix trailing member/call behavior
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Numeric object keys in pattern matching
github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request about 1 month ago
Cannot pattern-match object with numeric keys
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
BigInt ranges work in for/of, but not as values
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
`for join` reduction to concatenate strings
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Semicolon causes implicit fallthrough in switch
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
TypeError when compiling `readonly @prop` in c'tor
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
Change typing of `%%` to allow bigint
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
Track indentation of trailing member/call expressions
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Fix reduction inside conditions, and other subtle aliasing issues
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Call chains now interpreted as extra arguments
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
LSP: fix autocompletion details error message
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Fix missing parentheses in one-line `if` condition
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Missing parens in some `if`s
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
Fix range `for` loop with complex left-hand side
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Type's postfix `if` must be on the same line
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Parse error in class method with return type and <
github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 month ago
github.com/DanielXMoore/Civet - unlessgames opened this issue about 1 month ago
Fix typo in Coffeescript comparison
github.com/DanielXMoore/Civet - bbrk24 opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request about 1 month ago
Autocomplete error message
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 1 month ago
Range for loop doesn't support complex left-hand sides
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
Reduction inside `unless` seems broken
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
Fix wrapping of braced objects in parentheses
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix parenthesized `⧺` and `—` shorthands for `++` and `--`
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Object literal with suffix not wrapped
github.com/DanielXMoore/Civet - edemaine opened this issue about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue about 2 months ago
REPL needs to wrap object patterns
github.com/DanielXMoore/Civet - edemaine opened this issue about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue about 2 months ago
Highlight (import, export module references)
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
Scientific numeric literals take priority over access
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Syntax highlighting: fix leading `_` being treated as a number
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
Playground TypeScript toggle
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix parenthesized `&` followed by binary op
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Object and array literals via `{}` and `[]` followed by items
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix parenthesized `&` followed by type postfix
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix modulo access with placeholders: `x[& %]`
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Playground buttons to copy input or output
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix unplugin `typecheck`: source mapping and `rewriteCivetImports` combination
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Playground copy button for large text fragments
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
Modulo indexing and argument placeholders
github.com/DanielXMoore/Civet - lukegustafson opened this issue about 2 months ago
github.com/DanielXMoore/Civet - lukegustafson opened this issue about 2 months ago
`typecheck` and `rewriteCivetImports` do not play nice
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
Lone `finally` block provides cleanup for rest of block
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Syntax highlighting breaks with switch/regex/+
github.com/DanielXMoore/Civet - zolomatok opened this issue about 2 months ago
github.com/DanielXMoore/Civet - zolomatok opened this issue about 2 months ago
Fix `for key: T, value in` loop to define `value` using typed `key`
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Object comprehensions via loops in braces
github.com/DanielXMoore/Civet - peey opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - peey opened this pull request about 2 months ago
Type of `key` in `for key in object` loops
github.com/DanielXMoore/Civet - zolomatok opened this issue about 2 months ago
github.com/DanielXMoore/Civet - zolomatok opened this issue about 2 months ago
LSP completions show details and documentation
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Robust parsing of `foo.` with error node
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Backcall operator / Do notation
github.com/DanielXMoore/Civet - nythrox opened this issue about 2 months ago
github.com/DanielXMoore/Civet - nythrox opened this issue about 2 months ago
Avoid duplicate calls in relation chains and `@` bind shorthand via refs
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Bun docs: improve getting started guidance
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - zoodogood opened this pull request about 2 months ago
`array[i%]` modulo index shorthand
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix REPL support for `ref`s created by Civet
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Immutability by default
github.com/DanielXMoore/Civet - marcus-sa opened this issue about 2 months ago
github.com/DanielXMoore/Civet - marcus-sa opened this issue about 2 months ago
Playground SyntaxError when running code
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
reverse slice of string doesn't support unicode
github.com/DanielXMoore/Civet - JayXon opened this issue about 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue about 2 months ago
Allow multiple indented blocks of arguments in function call
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Inequality slicing without `..`: `x[<i]` etc.
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix `& &` disambiguation (placeholder vs. bitwise and)
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix reverse slices handling of extreme indices, trailing member access
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Restart LSP when `package.json` or Civet config file changes
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
slice after reverse slice is ignored
github.com/DanielXMoore/Civet - JayXon opened this issue about 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue about 2 months ago
reverse slice out of range index bug
github.com/DanielXMoore/Civet - JayXon opened this issue about 2 months ago
github.com/DanielXMoore/Civet - JayXon opened this issue about 2 months ago
Asymmetry in bitwise and of placeholder
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
Loop expression is not considered inside call
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
"civet strict" directive to enable JS strict mode
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Playground `comptime` restarts playground worker and resets toggle after editing
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Placeholders lift through reverse slice operators
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago