-
Currently the src nim file is just one large file, many things could be split off.
Really this is personal preference, but I do believe the only real thing the talist.nim file should do, is import al…
-
1.2にするよ
https://hub.docker.com/r/nimlang/nim/tags
ここに1.2.0イメージが登録されたら更新しよう。
4/11 になっても1.2.0イメージがDockerHubに登録されなかったらDockerfileのつくりを変えよう
-
I have constructed the following Dockerfile (might be more simple... But):
```
###############
# BUILD IMAGE #
###############
FROM nimlang/nim:latest AS build
## set working directory
WORK…
dkjsj updated
4 years ago
-
https://github.com/soasme/nim-markdown/blob/master/src/markdownpkg/entities.nim
Tested by manually removing its use in my local Nimble instance:
```nim
# markdown.nim
proc escapeHTMLEntity*(do…
-
I am struggling to compile the basic examples in the test folder. I get the following:
```
$ nim c --threads:on sample01_welcome.nim
....
/home/jose/.nimble/pkgs/nimx-#head/nimx/layout_vars.nim(19…
-
Hi
Get's the error when compiling (nim c -d:ssl -d:release eloverblik.nim):
eloverblik.nim(3, 36) Error: cannot open file: nmqtt
Can you recommend an nMQTT client on Debian Linux
dkjsj updated
4 years ago
-
Hi, I would love to build a website that displays projects made with Nimlang😋.
-
`usr/lib/nim/system.nim(470, 35) Warning: unknown magic 'Exception' might crash the compiler [UnknownMagic]
usr/lib/nim/system/nimscript.nim(15, 19) Warning: unknown magic 'BuildOS' might crash the c…
-
### Vagrant version
Vagrant 2.2.0
### Host operating system
Ubuntu
### Vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "Feneric/bodhi"
config.vm.define "nimwasm"
…
-
I've followed the instructions using Nim v1.0.2 and v0.19.6 and I'm unable to get a success from a test on Lambda. I'm seeing the following:
![Screenshot 2019-11-21 12 51 29](https://user-images.gi…