-
# Resetting /root/.cache/nim/nimterop/nimterop/treesitter
# Resetting /root/.cache/nim/nimterop/nimterop/treesitter_c
stack trace: (most recent call last)
c.nim(6, 19) c
setup.nim(30, …
-
I tried the command suggested in the readme but it gets me `sh: 1: nimgen: not found`. I've tried adding `~/.nimble/bin` to PATH but it still failed. Then added `--verbose` to get some more detail if …
-
I noticed there's a new `Nim: Goto Definition` that works very well. Would it also be possible to integrate with `Symbol View: Go to Declaration` and show a list of symbols in the current file with ⌘-…
-
All nimgen wrappers download and generate artifacts as part of the `before install` step. This includes checking out git repos of upstream C/C++ code and the generated .nim files from c2nim. All these…
-
os: void linux
nim ver: 1.6.0
problem:
when ever i run the nim build command, i get alot of errors and have no idea what they mean, ive tried to read them but it looks like nim is trying to fin…
-
@fukusuket
What about replacing Puppy with https://nim-lang.org/docs/httpclient.html in order to be able to compile static linux binaries?
-
## proposal
* for all new APIs, instead of passing a string/seq with optional start/end params, use a single openArray[T] param (openArray[char] for string)
* for existing APIs, deprecate existing s…
-
It is a bit difficult to explain this tiny issue. At least I think it is an issue, as I have no idea what I might have done wrong.
My two pages
https://nimprogramming.com/ and https://nimprogram…
-
### Example
```nim
type
Regex = object
s: string
# proc re(s: string): Regex = # same problem
# proc re(s: string): Regex {.compileTime.} = # ok, but I need `re` at runtime as well
proc…
-
Aporia hangs after searching regexp `.*` backwards (Ctrl+F, type .*, select Regex, press "Previous") if document not empty.
nim 0.11.3, aporia 0.1.3 (that was in About dialog) or 0.2 in `aporia.babel…