ringabout

Results 102 issues of ringabout

https://github.com/AmokHuginnsson/replxx

https://github.com/FortAwesome

We have many asynchronous web frameworks, but we don't have some robust and complete asynchronous relationship database drivers. Most of them are old and don't work.

help wanted

Hello, `shallowCopy` has been removed for ARC/ORC since it does a deep copy with ARC/ORC → https://github.com/nim-lang/Nim/pull/20070 I don't know a good alternative for `shallowCopy`. ref https://github.com/nim-lang/Nim/pull/19972

fixes #20285 ref https://github.com/py-bson/bson/pull/117

Credits to @Yardanico ref https://github.com/Yardanico/mimalloc_nim I added the commit by git commit --amend --author="Danil Yarantsev " -m "supports mimalloc for ARC/ORC"

ref https://github.com/nim-lang/Nim/pull/19972#issuecomment-1250199557 given a small test case ```nim type stringTest = concept x x is string let usedToFail: stringTest = "111" echo usedToFail ``` After matching the concept type and...

Requires Araq

fixes #19401 fixes #19402 It is a draft because It's the solution I can think of for now. I'm going to examine it tomorrow. At least it works for #19401...

Requires Araq