Brennan Ringey
Brennan Ringey
Roadmap
This issue will serve as a roadmap for planned features. Feel free to suggest new features here, or discuss any of the planned features. Note that the roadmap may change...
## Bug description Spurious hang when opening a module. Discovered by @N-SPC700 ## How to reproduce Load a module and the application may hang. Hard to reproduce. Most likely a...
Recently installed Nim on a new OS install and I cannot get nimble to download the package list via refresh. Running `nimble refresh --verbose` results in: ```sh Info: Nimble data...
I think that nimble should have a documentation page that isn't this github's README.md. Since it is shipped with nim, there should be a page for nimble at https://nim-lang.org/docs/tools.html. Now...
### Description The following nim code results in an error when compiling the generated C code: ```nim type ChannelId = enum ch1, ch2, ch3, ch4 OrderRow = array[ChannelId, uint8] Order...