lit
lit
Long before, [nim's zmq](https://github.com/nim-lang/nim-zmq) has upgraded **over** 1.3.0 For some reasons, I manually install the _newer_ version of nim-zmq, then during my using jupyter, I havn't found any errors which...
fixes #23513 Also, the old `runnableExample` is just a copy of `proc parseInt(openArray[char], var int, int)` variant (in Line 1000).
### Description the following compiles for C backend but not JS: ```Nim echo 1'i64 / 2'i64 ``` or ```Nim echo 1.int64 / 2.int64 ``` ### Nim Version from 1.6.14, 2.0.6...
### Description A regression, maybe only occur in Nim 2.0.6, not in devel branch or 2.0.4 only causes compile-error when `nim doc` and other commands like `nim c` or `nim...
fixes #23700: Also for: - openbsd, freebsd, netbsd, dragonfly - macos
### Description If a template with untyped params is overloaded, then when the variant with `untyped` param is called, such a argument (symbol) will be resolved there. ```Nim template t(n:...
I'm coming from PureRef, I'm wondering if this app can add annotation (TextNode). It'll be more wonderful and helpful if such a feature is supported.