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

Many editors run commands with the working directory as `src/` because that's where the file you're editing resides. This means you have to cd up before building the project: `cd...

### Abstract The Nim package ecosystem should be added to Dependabot version updates. Is this already planned / in development? ### Motivation Since Nim projects can have Nim libraries as...

When specifying command-line arguments after the `nimble run` command-line, I expect those to be passed to the execute program but they are not: ``` INS mildred@faile:disputatio.nim/a$ nimble init a Info:...

I am try to run nimble. But always get in the error message: could not import: SSL_get_peer_certificate How can I solve this problem?

It would be useful to have an automated one-command method to generate documentation to be used by library users, tool users and package maintainers. It should provide: - generate docs...

You can find the specification [here](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). This [blog post](https://ploum.net/207-modify-your-application-to-use-xdg-folders/) lists the advantages of using the XDG Base Directory Specification as follows: - `$HOME` is a lot less cluttered. - Backups...

Feature
Low Priority

At this point, when you have lock file(which in latest `nim` file will be equivalent to running with `--noNimblePath`) the command will fail. We have to have a mechanism to...

Attempting `nimble install https://github.com/beef331/wasm3@#813a80fa66bdaeebfb98abe6aed1642719c29c6a` results in nimble failing to copy a file, saying it already exists. Manually cloning and doing `nimble develop` on that repo works fine.

Running `nimble install nimble` on Windows fails because babel cannot overwrite itself while it is running resulting in a "Access denied" during installation.

Bug
Medium Priority

Now that dump/lock are implemented in latest nimble version, I'm trying to index all packages.json dump/lock to get `foreignDep`, since they are inside a `when` block, and I'm not in...