nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Package manager for the Nim programming language.

Results 172 nimble issues
Sort by recently updated
recently updated
newest added

See: #1149 GitHub likes to time-out on many ISPs, and if they don't, ISPs like to poke their nose into it. Reliance Jio in India shadow-bans https://raw.githubusercontent.com because "it helps...

``` $ nimble install --verbose https://github.com/ncihnegn/nimfmt Info: Nimble data file "~/.nimble/nimbledata2.json" has been loaded. Downloading https://github.com/ncihnegn/nimfmt using git Warning: The package has no tagged releases, downloading HEAD instead. Verifying dependencies...

Recently installed Nim on a new OS install and I cannot get nimble to download the package list via refresh. Running `nimble refresh --verbose` results in: ```sh Info: Nimble data...

High Priority
Easy

Consider the following nimble files Project `A`: ``` version = "1.1.0" requires "B >= 0.1.4", "C >= 0.0.5 &

fixes #1110 (fix) pass --colors:off to Nim compiler properly Nimble now correctly supplies `--colors:off` to the compiler when the `--noColor` flag is applied. Please let me know if I missed...

When I run `nimble build --noColor` and if there is an error in a file, the output is still colored: the file impacted is bold and Error is written in...

I think that nimble should have a documentation page that isn't this github's README.md. Since it is shipped with nim, there should be a page for nimble at https://nim-lang.org/docs/tools.html. Now...

1. Clone this project. https://github.com/theAkito/userdef 2. Put this in `test.Dockerfile`. ```docker FROM akito13/nim:ubuntu AS build COPY . /userdef WORKDIR /userdef ``` 3. Build `arm64` image. ```bash docker buildx build \...

[SHA1 is broken](https://en.wikipedia.org/wiki/SHA-1#Attacks). Many things are broken in Nimble but this is easy to fix.