halloleo
halloleo
Thank you for your excellent library! I try to use NimData with the JavaScript backend (compiling via `nim js ...`), but I get an compile error in one of the...
I'm just starting out with Nim - and jump quite a bit between documentation (`https://nim-lang.org/docs/lib.html`) , tutorial list (`https://nim-lang.org/learn.html`) and forum (`https://forum.nim-lang.org/`). It would be very, very helpful to have...
This is a great library. Thanks fro developing it. However I tried to use it with the JS backend, and it does work because of the zip dependency, right? What...
In order to use `csvpy` in a non-intractive manner it could accept python commands on the command line or in a file. E.g : ``` csvpy -f file.py data.csv ```...
I just downloaded the new release for my platform -- and was surprised to find that the download is the bare executable. I didn't expected that! In a first attempted...
When I run sc-im examples/sc/a.sc I get sc-im displaying the sheet in my terminal as I'd expect it. However when I try another sheet sc-im examples/sc/sheets/a.sc I get an empty...
I'm trying to use the sample `nodejs_demo.py` with node, so I compile it with transcrypt -b -p .none nodejs_demo.py However when I run this as node ./__target__/nodejs_demo.js I get the...
I have just upgraded to `vterm-20240102.1640` and the library `vterm-module.so` got recompiled successfully. However when vterm then startS up I get in the echo area just the error message "_Wrong...
I didn't find any discussion board (my bad if I overlooked it), so I post it here: Can I tell Raindrop to add a link to Raindrop when I have...
When using `pandoc-secnos` under Pandoc 3 I get "Cannot understand pandocversion=3.1.12.1". Is `pandoc-secnos` compatible with Pandoc 3?