Mateusz Kowalczyk

Results 61 issues of Mateusz Kowalczyk

We've seen sometimes in our CI that crate2nix can generate Cargo.nix with `dependencies` in arbitrary order. It doesn't shuffle anything itself but it appears that under some circumstances, `cargo metadata`...

I've made an issue at https://github.com/Decompollaborate/spimdisasm/issues/121 which shows that there are sometimes `.asciz` blocks emitted with non-ASCII characters in them. `m2c` then happily takes them and outputs bytes from UTF-8...

I have a simple pie chart with 4 pieces of data. I also wanted to display some percentage as part of the legend (as I am unsure how to do...

It'd be very nice if pkg-config files were generated and distributed as part of the build. Seems the project uses cmake which means adding these should be quite easy. I...

`src/main.rs`: ```rust #[repr(C, packed)] #[derive(borsh::BorshSerialize)] struct Foo(pub u64); fn main() { println!("Hello, world!"); } ``` `Cargo.toml`: ```toml [package] name = "borsh-repro" version = "0.1.0" edition = "2021" # See more...

`bits-extras` is a huge pain to build, is there any chance that it could be removed from dependencies?