dpc
dpc
**Describe the bug** After trying out `cargo-spellcheck` I've noticed that it often asks for the same words/lines multiple times. Also, I lost some changes that I did want to apply...
I'd like to specify a different library dir for every cross-compilation target in the same environment.
This doesn't look like a real version: ``` nix run 'github:nix-community/fenix?rev=e928fb6b5179ebd032c19afac5c461ccc0b6de55#rust-analyzer' -- --version rust-analyzer 0.0.0 ``` and this doesn't run at all: ``` > nix run 'github:nix-community/fenix?rev=e928fb6b5179ebd032c19afac5c461ccc0b6de55#stable.rust-analyzer' -- --version error:...
It seems like right now the only way to add targets is with `fenix.packages.${system}targets.wasm32-unknown-unknown.stable.rust-std`. This however is a bit of a pain when working with any sort of abstractions on...
We have some base64 encoded fixtured that trip `typos`: ``` error: `wel` should be `well` --> modules/fedimint-ln-tests/tests/tests.rs:120:50 | 120 | cqp2rzjq0ag45qspt2vd47jvj3t5nya5vsn0hlhf5wel8h779npsrspm6eeuqtjuuqqqqgqqyqqqqqqqqqqqqqqqc9q\ | ^^^ | Typos found: Valid new words can...
We've tried to use a dependency in `Cargo.lock` that refers to a git repo with tag that contained `+suffix`, and we got a weird error: ``` pkgs-group-ci-deps> Caused by: pkgs-group-ci-deps>...
We started complex builds with cross-compiled projects (think: Android app built for different targets, or multi-arch (`lipo`) MacOS binaries, or wasm + a native web server), it seemed like it...
From the [original report](https://github.com/ipetkov/crane/issues/417#issuecomment-1763450988) > Sorta unrelated and not really a crane issue imo, but I did notice that with `dontStrip = true` binaries tend to leave behind references to...
We've recently got `cargo-audit` check fail in the CI for which there is nothing we could do... at least at the moment. It's not critical, so we would like to...