-
According to the cargo docs, libraries shouldn't commit their Cargo.lock file and it should actually be added to their .gitignore. https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolo…
jonfk updated
3 years ago
-
### Context
I've seen a talk by Nick from the folks of ethportal.net at ethCC[7] last week. It was really inspiring and cool to see how far along they are and how many clients already exist for it. H…
-
I noticed you're using "*" for the dep versions in Cargo.toml - perhaps it's worth using solid versions to avoid any unforeseen breakage?
-
### Describe the bug
`rustPlatform.importCargoLock`, which is used by `rustPlatform.buildRustPackage` when `cargoLock.lockFile` is set, requires explicit hashes for all git dependencies in `outputH…
-
Experienced while transferring from a Raspberry PI 3B to a Zynq-7000 (32-bit arm)
Especially bad on a slow network where scp's performance also degraded significantly.
-
### Describe the bug
See title.
### Steps To Reproduce
```
$ nix-build -E 'with import {}; pkgs.fetchgit { url = "git@github.com:nixos/nix.git"; }'
these derivations will be built:
/…
-
I dont think it’s a good idea to drop info about exact versions of project’s dependencies out of repository
Tirka updated
4 years ago
-
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development
* homepage URL: https://getfoundry.sh/
* source URL: https://github.com/foundry-rs/foundry
* license: …
-
### Problem
Due to what is probably a bug in npm¹, lots of `package-lock.json` files lack the resolved URLs as well as integrity hashes for packages pinned in it.
This creates a problem for our cu…
-
### Describe the issue
In testing poetry2nix as a potential upgrade to my current workflow, I developed a simply application in attempt to get it to build with nix. The build works fine in poetry, ho…