Dimitri Lesnoff
Dimitri Lesnoff
We can barely see the first examples result, especially on larger screens (mine is 2560 x 1440). The window is by default 1920x1080, but it is hard to distinguish a...
Searching for an old forum post I made, concerning factorial computation in Nim, i searched for "factorial" in Nim forum search bar. I got : "Couldn't retrieve search results." message....
I have not yet fixed the code for Nim 1.6.0 from the book, but if I achieve it, may I propose a Pull Request to make the code functional in...
The homepage presents the « Nim in Action » from dom96. Can't we also have the more recent « Mastering Nim » from Araq on the homepage too ? For...
I have, in chapter 9 about the config macro: - fixed import (json functions were used inside the macro) - Remove deprecated NimIdent type: NimIdent->string, object.ident -> object.strVal - getNum...
I tried to run (by mistake) ```raw choosenim self ``` which gave: ```nim Downloading Nim 0.8.4 from nim-lang.org Info: Binary build unavailable, building from source Tip: 2 messages have been...
## Feature request Would it be possible to remove multiple nim versions at once - with the remove command ? Ex: ``` > choosenim show 1.2.10 1.4.12 1.6.8 1.6.10 1.6.12...
I noticed an issue with the HOST_COMPILER environment variable in some Makefiles: https://github.com/NVIDIA/cuda-samples/blob/master/Samples/0_Introduction/simpleTemplates/Makefile If the `$(GCC)` environment variable is not set, it first defines HOST_COMPILER with: ```Makefile HOST_COMPILER ?= $(GCC)...
CLI options parser does not work without `parseopt2` that I could not find using `nimble`. Please provide a substitution for this command-line options parser.
This PR is not finished yet. Attempt to fix #101. to do: - [x] addLineNumbersToHighlightedCode has to be called - [ ] move tests to the correct files - [...