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

Running `nimble setup` (multiple times), every time there is some change in `config.nims`, it also adds a new empty line at the top of it. ```diff --- a/config.nims +++ b/config.nims...

The download is stuck. I have to use CTRL+C command to exit. I need to clone nake repo manually, and then use nimble to install from local repo.

## The Problem The following command will *act* like it is installing owlkettle correctly, but it will incorrectly install the latest version instead of the head commit: ```txt choosenim devel...

I've tried to run `nimble lock` on a directory which wasn't under version control, and I got this message: ``` Error: Sync file require current working directory to be under...

High Priority

Adding a: ```nim task clean, "wipe out artifacts" : exec("rm -rf examples/out") ``` Doesn't allow `nimble clean` to executed it. The above code was tested in the .nimble file and...

I'd like to develop a library and a binary which uses this library, each in their directory/package, at the same time. From Nimble's readme, I see multiple solutions: - using...

Initial test: ``` # file: test1.nimble include nimble_includes version = "0.1.0" author = "Me" description = "Test for nimble" license = "MIT" # Dependencies requires "nim >= 2.0.0" ``` ```...

As of https://github.com/nim-lang/nimble/pull/1131, `nimble` can build nim - however, as part of building nim-the-compiler, it also builds a toolchain including `nimble` - this can lead to the user instance of...

I installedl the `languageserver` package and got the following output: ![2023-12-26-010514_661x125_scrot](https://github.com/nim-lang/nimble/assets/2325260/ae675b73-3200-40c8-bc3e-5662aab59418) Besides the fact, that it was installed already, the message seems to have an editable mistake: `the the cache`....