-
[Numbers\prime?] not working for Web builds
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Numbers.nim#L1458
```text
processTrigonometric…
-
```
./koch web --onlyDocs --json2 --git.commit=devel --onlyDocs -o:/tmp/d30
```
generates /tmp/d30/docs/theindex.html instead of /tmp/d30/docs/theindex.json
I need theindex.json to allow tooling…
-
I don't think it makes sense to try and provide an overly generalized solution that *might be further extended in order to work with Qt*. Instead, support should be built-in, especially considering th…
-
`true`, `false` and `assert`, `echo` (and probably others) are rendered as keywords. The real list of keywords can be found here:
https://nim-lang.org/docs/manual.html#lexical-analysis-identifiers-…
-
**See also:**
https://discord.com/channels/765519132186640445/829324913097048065/1084769083771330632
-
cgen sometimes generates `static`, sometimes `N_LIB_PRIVATE` (aka `__attribute__((visibility("hidden")))` on non-windows or nothing on windows)
This seems more accidental than intentional
### Ex…
-
This is a very speculative issue and not something I am sure is even possible.
**Is it possible to have the ergonomics of Gleam when writing embedded code?**
The Beam can already be run on fairl…
-
Add a nice API to read/write cookies 🍪
Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
-
### Steps to reproduce
```
$ cd /tmp
$ ln -s broken_symlink_destination broken_symlink
$ tar -czvf broken_symlink.tar.gz broken_symlink
$ echo -e 'import nimarchive\n\nextract("/tmp/broken_symlin…
-
it should be eliminated by dead code elimination but isn't:
### Example
in the simplest program(eg: `discard`) js output is:
```nim
/* Generated by the Nim Compiler v1.5.1 */
var framePtr = n…