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
github.com/nim-lang/Nim - 38cb27765357e9b077b6b63fb7f9292cbd74b4e6 authored over 4 years ago by Timothee Cour <[email protected]>
* add bindParams to db_sqlite
* no need typeinfo
* remove extro spaces
* reduce bindParams to...
github.com/nim-lang/Nim - 55758920f446ebf1eecab980460bf6e664b8dba7 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - acadda8da281fbe796386ba05ffab957883f0fef authored over 4 years ago by Timothee Cour <[email protected]>
* fix #9227 proc doc comments after 1st runnableExamples are not ignored anymore
github.com/nim-lang/Nim - f96555bd102d534342eac14063bd8d93ec08a6dc authored over 4 years ago by Timothee Cour <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - 6635874a8523d2140fb5dd7437904b985ddd5e59 authored over 4 years ago by cooldome <[email protected]>
* refs #6583 fix nim doc output
* changelog
* change default for outDir when unspecified
* cl...
github.com/nim-lang/Nim - cbfe9325c5c1851630ce10cf780d1af27c57d19a authored over 4 years ago by Max Grender-Jones <[email protected]>
github.com/nim-lang/Nim - 79e85cb0b55437d8a5990f66c760fb98998de372 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - a008f591e2b318c2c9e12b8923210435d22e8280 authored over 4 years ago by Timothee Cour <[email protected]>
Just adds a single new css atribute, see: https://developer.mozilla.org/en-US/docs/Web/CSS/clip-...
github.com/nim-lang/Nim - acae3b02c7d3b7d916430223c5a2948e68d83ea4 authored over 4 years ago by treeform <[email protected]>github.com/nim-lang/Nim - f70d01a7d512ef305cb457db71b35995b3720a1d authored over 4 years ago by hlaaftana <[email protected]>
github.com/nim-lang/Nim - b012205b2e1a78b3cf336934f289891477b8c414 authored over 4 years ago by genotrance <[email protected]>
github.com/nim-lang/Nim - c61f7466292cb19c910f4a2f2976f738796e6bdf authored over 4 years ago by Andreas Rumpf <[email protected]>
* add insert,tryInsert unify for postgres that need pk name
* add ReadDbEffect to new procs
* ...
- content attribute to access HTML template element:
https://developer.mozilla.org/en-US/docs...
* no more code duplication bw rawMessage and liMessage; fixes some bugs in rawMessage
* all com...
github.com/nim-lang/Nim - f7b73e6bfd45ed7c1f09defc8e896137d22e7f17 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 149251cab96741dfd2dd6edd4715589ba92b8480 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - 3eaa870c0a3ac0a97c1726278412141140d35b9b authored over 4 years ago by Andreas Rumpf <[email protected]>
* change the [Processing] messages into dots
* better implementation
* maybe I should work...
github.com/nim-lang/Nim - ddee8a362a6590d8e590e6804e31b79bdb9ab7e6 authored over 4 years ago by Andreas Rumpf <[email protected]>github.com/nim-lang/Nim - 063229a301837484699fb2b8cdd02c16f9c37781 authored over 4 years ago by Andreas Rumpf <[email protected]>
* The whole options module should be inline
* Use inline per proc and tag `lent` where approp...
github.com/nim-lang/Nim - f71f8b0239e3d6aff75390075bba13a62c292422 authored over 4 years ago by Mamy Ratsimbazafy <[email protected]>github.com/nim-lang/Nim - 5caaa4bf6fd95cf8252dd86669b67d02aec903db authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - e600ddc555201f29576397d560aab5350456c650 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - 6969a468ceaab7384d7448bfd88e47a5b24c3a97 authored over 4 years ago by Clyybber <[email protected]>
* Small improvements for string and char repr with gc:arc
* Fix test
github.com/nim-lang/Nim - 7fe4c66f3598d9c87fe93e60f5f123857779980c authored over 4 years ago by Clyybber <[email protected]>* runnableExamples "-b:cpp -r:off": code
github.com/nim-lang/Nim - 3d20f141939b0cb76079a9b0ae7784f7877f1698 authored over 4 years ago by Timothee Cour <[email protected]>* asyncdispatch, asyncnet: add inheritance control
* asyncnet, asyncdispatch: cleanup
github.com/nim-lang/Nim - 4ae341353de5c58dc339e47b0eec2bbb4649dc10 authored over 4 years ago by alaviss <[email protected]>github.com/nim-lang/Nim - 1450924b1e68ad3cd2dc8db2c54f9741315ca212 authored over 4 years ago by Danil Yarantsev <[email protected]>
* fixes #14126 [backport:1.2]
* used more logic to optimize it further; updated Nimble version
github.com/nim-lang/Nim - 16003bffe1ceef0b57ecccef23be31f760120f89 authored over 4 years ago by Andreas Rumpf <[email protected]>
* progress
* make tests green
* maybe we also want to reset pointers, dunno
* progress
* cle...
* use check
* trunner now works with cpp
* cleanup: move compiler/unittest_light => stdtest/un...
Turn on the TLS emulation when using Boehm, since it doesn't scan the
real TLS.
github.com/nim-lang/Nim - ac65986aae77e47d4f2ae99acc8048fe3d637921 authored over 4 years ago by Clyybber <[email protected]>
* refs #14369 improve docs for importcpp exceptions
* address comments
github.com/nim-lang/Nim - 2627e1e9459379c9bc180890980e571ad7adf203 authored over 4 years ago by Timothee Cour <[email protected]>github.com/nim-lang/Nim - 810039ec0b394a952af319616f7da0abfee5d812 authored over 4 years ago by cooldome <[email protected]>
github.com/nim-lang/Nim - 5beed56d0a5d9827680b34e7964da2031611dd6d authored over 4 years ago by Timothee Cour <[email protected]>
* fix #14369
* empty commit
github.com/nim-lang/Nim - bc42e9aa9877e341668f5278bddda73f403d01e4 authored over 4 years ago by cooldome <[email protected]>* fix #12293 findNimStdLibCompileTime should not break with nimble install compiler
* address...
github.com/nim-lang/Nim - b11ff518faec4efe4d5b6e2151d07bf19e26eae0 authored over 4 years ago by Timothee Cour <[email protected]>github.com/nim-lang/Nim - 69cc1ddc4d6aa55e717ef6d57401577d4825def8 authored over 4 years ago by Miran <[email protected]>
github.com/nim-lang/Nim - 51578be296ef06013993b4377bde7a0322c0ccb7 authored over 4 years ago by Timothee Cour <[email protected]>
Co-authored-by: Frank Schmitt <[email protected]>
github.com/nim-lang/Nim - 42e80829c7de260b1c88032b1428ade59c4b18d0 authored over 4 years ago by Frank Schmitt <[email protected]>github.com/nim-lang/Nim - 40ac19572a86b5bfa7b57cf0482ae3a30432176a authored over 4 years ago by John <[email protected]>
github.com/nim-lang/Nim - 7f377da1d2191bdf73e4ce8961fb982b2da253cb authored over 4 years ago by Andreas Rumpf <[email protected]>
Epoll is not supported by epoll.
github.com/nim-lang/Nim - 7361e2627ba91fcb92f37720047a80c231832f22 authored over 4 years ago by Dominik Picheta <[email protected]>Co-authored-by: bung87 <[email protected]>
github.com/nim-lang/Nim - 390ff428f0787ea882b0b7e4dbefa37e0b676804 authored over 4 years ago by Bung <[email protected]>
* fix some issues with --backend
* fix https://github.com/timotheecour/Nim/issues/175; improve ...
github.com/nim-lang/Nim - c32e1378eb7d62d59c9e24322c282556c821030a authored over 4 years ago by Bung <[email protected]>
This pragma did nothing.
Ref:
- https://github.com/nim-lang/Nim/issues/2172#issuecomment-383...
* fix #9771
* map SQLLEN SQLULEN
* fix proc params take TSqlLen
Co-authored-by: bung87 <crc...
github.com/nim-lang/Nim - ce0552c1008c8292c550e7a973c580f416c005ca authored over 4 years ago by Bung <[email protected]>* New ping-pong analysis
* Add testcase for #13456
* Remove debugging leftover
* Unquot...
github.com/nim-lang/Nim - 9f78f116b2276a367f371ece550f669d64dbe594 authored over 4 years ago by Clyybber <[email protected]>* Improve nimeval, changes some defaults
This improves nimeval to make it easier to use NimSc...
github.com/nim-lang/Nim - 13cfaf5fd55796bc671737a73f35643626c98b6e authored over 4 years ago by PMunch <[email protected]>github.com/nim-lang/Nim - 105079e88ab88626ab663fa6674e9a5f08c71084 authored over 4 years ago by Danil Yarantsev <[email protected]>
* fix #14350, cstrings in JS init as null
github.com/nim-lang/Nim - 80c360fceb367e8b39dd8534313001e5cef4fa7f authored over 4 years ago by hlaaftana <[email protected]>github.com/nim-lang/Nim - 278b4582f5c7cc3471bccc4ba587030edf7a50e2 authored over 4 years ago by Araq <[email protected]>
Fixes https://github.com/nim-lang/Nim/issues/14338 .
github.com/nim-lang/Nim - a2a3fa10397bc96020a19936daf76b12e9ba9763 authored over 4 years ago by Kaushal Modi <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - 5fb40af57ef66618d2003dae1091d80e8f026a1c authored over 4 years ago by cooldome <[email protected]>github.com/nim-lang/Nim - 82870e0737678256c83f8fc0f2d92293f9f214fe authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 8a339d11787ab782557cf87fc2e4709fbff96a01 authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - f3e17e7c776dff9c4557fabe97694612fa86d237 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 79fe87500ff550bba5a2145d2cc405c9e0c944af authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 3573a4f9c13ff2f68afbd1931fc06cc463eb1748 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - a3719df8b327ce33d4fdbfc7be06b058e9a2ea48 authored over 4 years ago by Araq <[email protected]>
* `osproc.execCmdEx` now takes an optional `input` for stdin
* execCmdEx now also takes an op...
github.com/nim-lang/Nim - 041ee92bba0ba3f361218eb20ceeeee6eec85f91 authored over 4 years ago by Timothee Cour <[email protected]>
* hotfix #14320 tasyncawait.nim is recently very flaky
* fix #14327
* add flakyAssert
* Allow let to not have value when using importc
This allows a let statement with the `{.impo...
github.com/nim-lang/Nim - 9acbf99efb42d7d3f98f3d1d6677923fc4dd3a28 authored over 4 years ago by PMunch <[email protected]>github.com/nim-lang/Nim - 82f008158cbc023c5e20103bfb4bda317be52fb2 authored over 4 years ago by Araq <[email protected]>
Co-authored-by: b3liever <[email protected]>
github.com/nim-lang/Nim - 09ea8f9cf8ee796bdd5f8a803d30216e7aefa6ba authored over 4 years ago by b3liever <[email protected]>github.com/nim-lang/Nim - dddfbcf211cd46453b78a9d207347a158311f85e authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - de74362213baeb28d52c05c71cd9b8389ae69060 authored over 4 years ago by Timothee Cour <[email protected]>
* fixes #13881
* documented changed requirements for system.onThreadDestruction
* destructors....
github.com/nim-lang/Nim - 4277ab470a20f429605fbf238e485ea24b01706a authored over 4 years ago by cooldome <[email protected]>
github.com/nim-lang/Nim - dfae796ac3e0db69af40bec11a7d7ad7c4d00b4b authored over 4 years ago by cooldome <[email protected]>
github.com/nim-lang/Nim - 2d7ccf09282ba7f7156b2f2d9893cb083cd18549 authored over 4 years ago by cooldome <[email protected]>
`if expressions` are similar to ternary operators in other languages.
In order to make this eas...
* properly fix https://github.com/nim-lang/Nim/issues/12389
* use --lib:lib in koch.nim.cfg ins...
Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - a39123c93c9d2976300f1b8eba09d40b16f1c46c authored over 4 years ago by cooldome <[email protected]>Continues https://github.com/nim-lang/Nim/commit/9502e39b634eea8e04f07ddc110b466387f42322
Ref...
github.com/nim-lang/Nim - 86669ef5b4c9711d81e961c2f68a05aa4f4d9ece authored over 4 years ago by Kaushal Modi <[email protected]>github.com/nim-lang/Nim - 76f7e958141eabc6dc317189fa12c123584e1b6e authored over 4 years ago by slangmgh <[email protected]>
github.com/nim-lang/Nim - 0f344a70c992594c7d6b794a6c2dd6c4b5b14685 authored over 4 years ago by Andreas Rumpf <[email protected]>
Co-authored-by: Antonis <[email protected]>
github.com/nim-lang/Nim - a081b10b54ff78539e49d320ca12aabc20fc3ad8 authored over 4 years ago by b3liever <[email protected]>* fix #14294
* fix orc as well
Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - fee71d466cdb7cda96b55592abbf7d433639ab51 authored over 4 years ago by cooldome <[email protected]>* do not track 'raise Defect' in the .raises: [] clause anymore
* --panics:on maps 'raise Def...
github.com/nim-lang/Nim - 03c146cd93ba48f7e8cab05e6214c8675d0dd1f9 authored over 4 years ago by Andreas Rumpf <[email protected]>github.com/nim-lang/Nim - 517dd800f8e621aae0221f15c4ad7ad011c910b5 authored over 4 years ago by Antonis <[email protected]>
github.com/nim-lang/Nim - 3616b0698baf230fec7a60cd90c72b979e582179 authored over 4 years ago by Antonis <[email protected]>
github.com/nim-lang/Nim - 73c9d2c9d745e4396dbfc9e9422acdfa7809b705 authored over 4 years ago by Antonis <[email protected]>
github.com/nim-lang/Nim - 14f76f721da663c9ef15d4adf51ab4c87eda8366 authored over 4 years ago by Jovial Joe Jayarson <[email protected]>
* `nim doc --backend:js|cpp...`
`nim doc --doccmd:'-d:foo --threads:on'`
`nim r --backend:cpp....
github.com/nim-lang/Nim - d11cb9d49596957e9fa097110cf19e9caf085592 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - 8018449319746f04a0c6436f1a0a3a5c6798d95c authored over 4 years ago by Andy Davidoff <[email protected]>
github.com/nim-lang/Nim - 7c24250a575b4d441ba6d7301714cbb246425fb6 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - dda6f3f6d42ec95a287f2467b976d8cbbc9c1624 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - 8e93105606c198fdb0d0e1e3553c1cc14579cf7d authored over 4 years ago by Clyybber <[email protected]>
github.com/nim-lang/Nim - 411be506a30a701ab30138c576e21bd15dfaffe4 authored over 4 years ago by Timothee Cour <[email protected]>
nativesockets: add missing inheritable pass-through
github.com/nim-lang/Nim - ce16115e790b4fcd6076d0d0f0024a11ce15a2b7 authored over 4 years ago by Andreas Rumpf <[email protected]>github.com/nim-lang/Nim - bae8e95b7340af5727aef40859f0cbceb47c38f5 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 4bd77cf045e5563ea1150d5106fec1f6f66d5e2d authored over 4 years ago by Clyybber <[email protected]>
github.com/nim-lang/Nim - 363b7ff3b80d2b50cda901d1f6e6b01e67747ed2 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - 120ea906fbd0fc70b366a85c25713bd28673872c authored over 4 years ago by Clyybber <[email protected]>