-
Nim is a programming language that, despite being a bit unknown to a lot of people yet, it’s growing at a decent speed. It’s a compiled, static typed, (optionally) garbage-collected, with an awesome p…
-
This doesn't personally affect me - I'm just making an issue because I noticed that these are missing:
| Date | Version |
| :- | - |
| 2020-07-30 | 1.0.8 |
| 2020-10-17 | 1.0.10 |
| 2020-10-17…
-
trying to figure out how to use redis session middleware and flash messages from the docs, but i get the above error upon page load, when adding the session middleware via the app.use line at the bott…
ITwrx updated
3 years ago
-
Hello world ! It seems impossible to maximize windows at startup. Please, is it possible to add that feature ? Or is it me that ignore how to do it ?
-
- [ ] writing to .min_full_history happens in min code run from `:prompt`, not in nimlang patch to minlang
-
Hi! I've come back to godot-nim after a while away and I'm having difficulty compiling for android devices.
I see you have `when defined(android)`, but it's a little hard for me to figure out how t…
-
I installed this module via nimble.
Test program
```
import xxhash
when isMainModule:
assert 3794352943.uint32 == XXH32("Nobody inspects the spammish repetition")
```
Compilation crash
…
-
I am dealing with Excel files via com. The [Workbooks.Open](https://www.oreilly.com/library/view/programming-excel-with/0596007663/re315.html) function has many parametes. For now, let's focus on the …
-
Hey, trying to build the docker image but it fails as below (maybe related to https://github.com/nim-lang/Nim/issues/14052 ?)
(ignore EXPOSE 80 as I changed that for experimentation)
>/tmp/nimbl…
-
I'm trying to compile and place my executable into a Docker scratch container. It works fine until I introduce SSL. Running the container produces the following error: "could not load: libcrypto.so"
…