-
Most releases, except `0.4.4` wrongly requires `nim 0.18.1`. The empty space means `==` and with Nim included in the SAT resolution (https://github.com/nim-lang/nimble/pull/1282) makes the installatio…
-
Specs:
- OS: Windows 10 x64
- Nim: almost devel
- atlas: compiled from source
Installing a dependency, for example `sdl2` using this procedure:
```bash
> mkdir testing
> cd testing
> atlas i…
-
❰work❙~/dev/nim/RayTracerChallenge❱✘≻ /home/work/.nimble/bin/nimble install nimlangserver --verbose …
-
```
$ uname -a
Darwin Wolfenstein.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64
$ curl https://nim-lang.org/choosenim/ini…
-
Hi!
I recently installed the latest version of nimlangserver (1.6.0) and I'm using it with Emacs' `lsp-mode`.
When opening a Nim file `lsp-mode` gets spammend with an `Unknown notification: extens…
-
Hi, @Mozart409 I use your theme in my main setup and I love it! Thank you!
The only thing that is missing for me is an icon for nimlang files. Nim is an awesome language check it out here https://n…
-
### Describe the project you are working on
An unannounced 3D game project.
### Describe the problem or limitation you are having in your project
Redot does not have a programming language th…
-
There's a colon at the end of lines 952 and 1036. Therefore, the build process abruptly terminates due to invalid indentation errors.
https://github.com/arturo-lang/arturo/blob/daa327c4d524d977bf54…
-
### Description
When I type the example under the std/httpclient (https://nim-lang.org/docs/httpclient.html#sslslashtls-support):
import httpclient
var client = newHttpClient(sslContext=newContex…
-
i'm kind of a beginner with Nim, and i struggle building a basic script to communicate with a chess program (the famous `stockfish` open source engine) by its UCI protocol, using just `stdin` to feed …