Nicolas Mattia

Results 263 comments of Nicolas Mattia

> The only work around I've found so far is to hard-code canonical labels which isn't ideal. Took some fiddling to figure this one out, so in case others run...

I missed the print flag. I've added it now, new logs below. full logs (no le_pair, with PRINT_VERBOSE) ``` Initialising... Device data from keyboard.txt file DEVICE = My Pi TYPE=Mesh...

@rossng is this still an issue with recent rust versions? I'm failing to reproduce the issue. The diff is here: https://github.com/nix-community/naersk/compare/nm-very-verbose I'm running `nix build .#tests.fast` in the root

@i-am-logger did the workaround mentioned in #327 resolve the issue for you? > Hi! Ran into a similar issue, and I fixed it by setting singleStep to true before building,...

hi @Koschi13, can you share some code or commands that you are running?

@grantchristophera that's an interesting use case, can you explain how rustfmt is used at build time? If this is somewhat common we could add an example to the README

Thanks a ton for looking into this! As mentioned in #373 I don't have a windows machine so very grateful for your contributions here. Ping me if anything needs reviewing/merging

Interesting, I had never seen this `mode` option: https://github.com/nix-community/naersk/pull/292 This does mean the build is less flexible now. I don't think this is a good thing so I'm tempted to...

Note: for now I'm hard coding the strip level in a `patch`: ```diff diff --git a/rust/extensions.bzl b/rust/extensions.bzl index 99868b0df..5932b0760 100644 --- a/rust/extensions.bzl +++ b/rust/extensions.bzl @@ -122,6 +122,11 @@ def _rust_impl(module_ctx):...

I see! The instructions however suggest installing it from source or with `pip` which will install the latest version, I believe that's why I ran into the issue