Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Nim
We are on a mission to develop an easy to use and performant systems programming language.
Collective -
Host: opensource -
https://opencollective.com/nim
- Code: https://github.com/nim-lang/Nim
Fix check for Nintendo Switch target
github.com/nim-lang/Nim - PMunch opened this pull request 6 days ago
github.com/nim-lang/Nim - PMunch opened this pull request 6 days ago
Update dom.nim (removeEventListener function)
github.com/nim-lang/Nim - Niminem opened this pull request 7 days ago
github.com/nim-lang/Nim - Niminem opened this pull request 7 days ago
Fix parseBiggestUInt to detect overflow
github.com/nim-lang/Nim - demotomohiro opened this pull request 8 days ago
github.com/nim-lang/Nim - demotomohiro opened this pull request 8 days ago
Sockets with Safe Disconn deadlock when deepcopied between threads
github.com/nim-lang/Nim - albassort opened this issue 8 days ago
github.com/nim-lang/Nim - albassort opened this issue 8 days ago
add ambiguous identifier message to generic instantiations
github.com/nim-lang/Nim - metagn opened this pull request 8 days ago
github.com/nim-lang/Nim - metagn opened this pull request 8 days ago
include sym name and owner in sigmatch symchoice error message
github.com/nim-lang/Nim - metagn opened this pull request 8 days ago
github.com/nim-lang/Nim - metagn opened this pull request 8 days ago
uninformative Nim 2.2/devel `Error: cannot instantiate H [type declared in /tmp/y.nim(2, 6)], got: <M | M>, but expected: <K>` error
github.com/nim-lang/Nim - tersec opened this issue 8 days ago
github.com/nim-lang/Nim - tersec opened this issue 8 days ago
fixes #21923; nimsuggest "outline" output does not list templates
github.com/nim-lang/Nim - ringabout opened this pull request 9 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 9 days ago
fixes #24641; `quote do` captures no variables without backticks
github.com/nim-lang/Nim - ringabout opened this pull request 9 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 9 days ago
`Error: internal error: expr: var not init a_536870917` with non-quasiquoted variable in macro
github.com/nim-lang/Nim - tersec opened this issue 9 days ago
github.com/nim-lang/Nim - tersec opened this issue 9 days ago
fixes #24623; fixes #23692; size pragma only allowed for imported types and enum types
github.com/nim-lang/Nim - ringabout opened this pull request 10 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 10 days ago
Enable macros to use certain things from the OS module when the target OS is not supported
github.com/nim-lang/Nim - PMunch opened this pull request 10 days ago
github.com/nim-lang/Nim - PMunch opened this pull request 10 days ago
fixes #24630; static openArray backed by seq cannot be passed to another function
github.com/nim-lang/Nim - ringabout opened this pull request 11 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 11 days ago
don't try to transform objconstr/cast type nodes
github.com/nim-lang/Nim - metagn opened this pull request 11 days ago
github.com/nim-lang/Nim - metagn opened this pull request 11 days ago
test using type node for object constr type
github.com/nim-lang/Nim - metagn opened this pull request 11 days ago
github.com/nim-lang/Nim - metagn opened this pull request 11 days ago
`Error: cannot evaluate at compile time: v` with `template` in `const` context
github.com/nim-lang/Nim - tersec opened this issue 11 days ago
github.com/nim-lang/Nim - tersec opened this issue 11 days ago
`toSeq` / `mapIt` result cannot be assigned to `const`
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
`let` changes value after initialization when initialized from loop iterator
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
Compile-time `SIGSEGV` with `template y(): V[false] = V[false](l: 0)`
github.com/nim-lang/Nim - tersec opened this issue 11 days ago
github.com/nim-lang/Nim - tersec opened this issue 11 days ago
`static openArray` backed by `seq` cannot be passed to another function
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
Invalid C code generated when returning empty seq as `openArray` result from template
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
github.com/nim-lang/Nim - etan-status opened this issue 11 days ago
`foldl(2)/foldr(2)`: support openArray
github.com/nim-lang/Nim - foldl opened this pull request 13 days ago
github.com/nim-lang/Nim - foldl opened this pull request 13 days ago
generate destructor in nodestroy proc for explicit destructor call
github.com/nim-lang/Nim - metagn opened this pull request 13 days ago
github.com/nim-lang/Nim - metagn opened this pull request 13 days ago
Explicit destroy hooks resolve to assignment inside .nodestroy procs
github.com/nim-lang/Nim - planetis-m opened this issue 13 days ago
github.com/nim-lang/Nim - planetis-m opened this issue 13 days ago
`lent` pointer outlives origin for global/threadvar
github.com/nim-lang/Nim - nitely opened this issue 14 days ago
github.com/nim-lang/Nim - nitely opened this issue 14 days ago
`size` pragma on type used in type imported indirectly results in inconsistent C declarations of type size
github.com/nim-lang/Nim - tersec opened this issue 14 days ago
github.com/nim-lang/Nim - tersec opened this issue 14 days ago
nimpretty shall support pipe on stdin, to stdout
github.com/nim-lang/Nim - litlighilit opened this issue 15 days ago
github.com/nim-lang/Nim - litlighilit opened this issue 15 days ago
Global var defined within a proc gets initialized more than once under ORC
github.com/nim-lang/Nim - nitely opened this issue 15 days ago
github.com/nim-lang/Nim - nitely opened this issue 15 days ago
revert `strictDefs` as the default
github.com/nim-lang/Nim - ringabout opened this pull request 15 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 15 days ago
Optimize storing into uninit locations for arrays and seqs.
github.com/nim-lang/Nim - planetis-m opened this pull request 16 days ago
github.com/nim-lang/Nim - planetis-m opened this pull request 16 days ago
fixes `compile` crashes with one parameter
github.com/nim-lang/Nim - ringabout opened this pull request 17 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 17 days ago
Update sql dll to support RETURNING
github.com/nim-lang/Nim - enaaab460 opened this issue 17 days ago
github.com/nim-lang/Nim - enaaab460 opened this issue 17 days ago
'internal error: proc has no result symbol' when using operators as first-class functions
github.com/nim-lang/Nim - maxgrenderjones opened this issue 18 days ago
github.com/nim-lang/Nim - maxgrenderjones opened this issue 18 days ago
Switch `int` and `uint` to `intptr_t` and `uintptr_t` respectively, or define `cintptr_t`/`cuintptr_t` types
github.com/nim-lang/Nim - arnetheduck opened this issue 21 days ago
github.com/nim-lang/Nim - arnetheduck opened this issue 21 days ago
Fixes for typedthreads data race issues
github.com/nim-lang/Nim - mk1nz opened this pull request 22 days ago
github.com/nim-lang/Nim - mk1nz opened this pull request 22 days ago
ignore match errors to expected types of tuple constructor elements
github.com/nim-lang/Nim - metagn opened this pull request 22 days ago
github.com/nim-lang/Nim - metagn opened this pull request 22 days ago
getAst: static int is rkNone within called macro scope
github.com/nim-lang/Nim - mratsim opened this issue 22 days ago
github.com/nim-lang/Nim - mratsim opened this issue 22 days ago
fixes #24604; importc fails to generate stub type
github.com/nim-lang/Nim - ringabout opened this pull request 24 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 24 days ago
Error msg for managed memory in passCopyToSink
github.com/nim-lang/Nim - elcritch opened this pull request 26 days ago
github.com/nim-lang/Nim - elcritch opened this pull request 26 days ago
`importc` fails to generate stub type
github.com/nim-lang/Nim - arnetheduck opened this issue 26 days ago
github.com/nim-lang/Nim - arnetheduck opened this issue 26 days ago
make tsan happy with `running(thr: Thread): bool` proc
github.com/nim-lang/Nim - elcritch opened this pull request 26 days ago
github.com/nim-lang/Nim - elcritch opened this pull request 26 days ago
The /= operator does not work with integers
github.com/nim-lang/Nim - othd06 opened this issue 27 days ago
github.com/nim-lang/Nim - othd06 opened this issue 27 days ago
fixes #24599; misleading error message with large array bounds
github.com/nim-lang/Nim - ringabout opened this pull request 27 days ago
github.com/nim-lang/Nim - ringabout opened this pull request 27 days ago
Invalid C code generated with too-large `array` type
github.com/nim-lang/Nim - tersec opened this issue 27 days ago
github.com/nim-lang/Nim - tersec opened this issue 27 days ago
Incorrect/misleading error message with large `array` bounds
github.com/nim-lang/Nim - tersec opened this issue 27 days ago
github.com/nim-lang/Nim - tersec opened this issue 27 days ago
docs fix spelling issues
github.com/nim-lang/Nim - Guayaba221 opened this pull request about 1 month ago
github.com/nim-lang/Nim - Guayaba221 opened this pull request about 1 month ago
seq pop malfunctions in array of seqs
github.com/nim-lang/Nim - bptato opened this issue about 1 month ago
github.com/nim-lang/Nim - bptato opened this issue about 1 month ago
Allow specifiying path to use for stdin error messages
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
Nimsuggest gives false errors with functions when using generics
github.com/nim-lang/Nim - MarceloLuisDantas opened this issue about 1 month ago
github.com/nim-lang/Nim - MarceloLuisDantas opened this issue about 1 month ago
Update copyright year 2025
github.com/nim-lang/Nim - ringabout opened this pull request about 1 month ago
github.com/nim-lang/Nim - ringabout opened this pull request about 1 month ago
Extremely inefficient `hash` implementation for `cstring`
github.com/nim-lang/Nim - arnetheduck opened this issue about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this issue about 1 month ago
Concurrency issue in typedthreads.nim
github.com/nim-lang/Nim - mk1nz opened this issue about 1 month ago
github.com/nim-lang/Nim - mk1nz opened this issue about 1 month ago
Identifiers in templates not gensym'ed when declared in nested template invocation
github.com/nim-lang/Nim - MariusDoe opened this issue about 1 month ago
github.com/nim-lang/Nim - MariusDoe opened this issue about 1 month ago
Wrong ABI size for imported enum
github.com/nim-lang/Nim - arnetheduck opened this issue about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this issue about 1 month ago
reuse `posix` declarations in syncio
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
fix c_memchr, c_strstr definitions
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
Regression in Nim 2.x handling of destructors/copies/moves for discarded variables
github.com/nim-lang/Nim - elcritch opened this issue about 1 month ago
github.com/nim-lang/Nim - elcritch opened this issue about 1 month ago
varints: no need for emit
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
Enable abi checks by default
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this pull request about 1 month ago
Ability to declare a static variable in a procedure, function, or method
github.com/nim-lang/Nim - woodnt opened this issue about 1 month ago
github.com/nim-lang/Nim - woodnt opened this issue about 1 month ago
Async exception tracking
github.com/nim-lang/Nim - nitely opened this pull request about 1 month ago
github.com/nim-lang/Nim - nitely opened this pull request about 1 month ago
chore: docs fix spelling issues
github.com/nim-lang/Nim - sky-coderay opened this pull request about 1 month ago
github.com/nim-lang/Nim - sky-coderay opened this pull request about 1 month ago
chore: correct typos docs
github.com/nim-lang/Nim - futreall opened this pull request about 1 month ago
github.com/nim-lang/Nim - futreall opened this pull request about 1 month ago
Calling `=destroy` on non-var fields with stack based collections (Table, HashSet, etc)
github.com/nim-lang/Nim - elcritch opened this issue about 1 month ago
github.com/nim-lang/Nim - elcritch opened this issue about 1 month ago
ORC calls destructor hook twice on Linux (arm64)
github.com/nim-lang/Nim - elcritch opened this issue about 1 month ago
github.com/nim-lang/Nim - elcritch opened this issue about 1 month ago
Consider iterator types
github.com/nim-lang/Nim - planetis-m opened this pull request about 1 month ago
github.com/nim-lang/Nim - planetis-m opened this pull request about 1 month ago
Support tuple parameter types
github.com/nim-lang/Nim - planetis-m opened this pull request about 1 month ago
github.com/nim-lang/Nim - planetis-m opened this pull request about 1 month ago
Why nim-1.6.20 only takes 2s but nim-2.0.14 66s when calculating fib(46)
github.com/nim-lang/Nim - forchid opened this issue about 1 month ago
github.com/nim-lang/Nim - forchid opened this issue about 1 month ago
Binary release names are misleading, specially x32
github.com/nim-lang/Nim - arnetheduck opened this issue about 1 month ago
github.com/nim-lang/Nim - arnetheduck opened this issue about 1 month ago
adds `--legacy:noAsmSemSymbol`
github.com/nim-lang/Nim - ringabout opened this pull request about 1 month ago
github.com/nim-lang/Nim - ringabout opened this pull request about 1 month ago
Introducing Nim Guru on Gurubase.io
github.com/nim-lang/Nim - Gurubaseio opened this pull request about 1 month ago
github.com/nim-lang/Nim - Gurubaseio opened this pull request about 1 month ago
Allow specifying a file when running from stdin to use in place of `stdinfile.nim`
github.com/nim-lang/Nim - ire4ever1190 opened this issue about 1 month ago
github.com/nim-lang/Nim - ire4ever1190 opened this issue about 1 month ago
Raw switch for `jsondoc`
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
Doc search improvements
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
Minor `std/strscans` improvements
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
Add inline assembler tests for i386, arm, arm64, riscv32 and riscv64
github.com/nim-lang/Nim - demotomohiro opened this pull request about 1 month ago
github.com/nim-lang/Nim - demotomohiro opened this pull request about 1 month ago
Improve async stacktraces
github.com/nim-lang/Nim - nitely opened this pull request about 1 month ago
github.com/nim-lang/Nim - nitely opened this pull request about 1 month ago
Calling `std/parseEnum` with a range type doesn't work
github.com/nim-lang/Nim - dawdmaow opened this issue about 1 month ago
github.com/nim-lang/Nim - dawdmaow opened this issue about 1 month ago
fix jsonutils with generic sandwiches, don't use strformat
github.com/nim-lang/Nim - metagn opened this pull request about 1 month ago
github.com/nim-lang/Nim - metagn opened this pull request about 1 month ago
Bogus `attempting to call undeclared routine` (related to `std/jsonutils`).
github.com/nim-lang/Nim - dawdmaow opened this issue about 1 month ago
github.com/nim-lang/Nim - dawdmaow opened this issue about 1 month ago
`jsonutils.jsonTo` not working on JS backend
github.com/nim-lang/Nim - dawdmaow opened this issue about 1 month ago
github.com/nim-lang/Nim - dawdmaow opened this issue about 1 month ago
Make 'field is not accessible' and 'field initialized twice' errors point to the field inside the obj construction
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request about 1 month ago
fixes #23212; Asyncdispatch leaks under --mm:arc
github.com/nim-lang/Nim - nitely opened this pull request about 1 month ago
github.com/nim-lang/Nim - nitely opened this pull request about 1 month ago
check if unused import warning is enabled before adding import to stack
github.com/nim-lang/Nim - metagn opened this pull request about 1 month ago
github.com/nim-lang/Nim - metagn opened this pull request about 1 month ago
Use long int builtins for risc-v 32-bit targets
github.com/nim-lang/Nim - danielstuart14 opened this pull request about 1 month ago
github.com/nim-lang/Nim - danielstuart14 opened this pull request about 1 month ago