Mateusz Kowalczyk

Results 150 comments of Mateusz Kowalczyk

> @Fuuzetsu If you are still evaluating the software, it would help if you could test if the tmp_path: /tmp solution helps. I completely forgot to follow-up. A bit after...

This is of course about `system` feature of `openblas-src` crate.

Something like below works for us on 0.10.4. I think pkg-config can be an optional dependency though I'm unsure if it matters? ```diff diff --git a/openblas-src/Cargo.toml b/openblas-src/Cargo.toml index 16fd3be..8476364 100644...

It was pointed out to me in linked ticket that this is a valid use-case of `.asciz`. So it's presumably also a valid use-case for `m2c`. I guess however it's...

>And if you have something non-UTF-8 in your source code in 2023 I'd argue you're doing something wrong, and you should be using \x escapes for offending string literals. Normally...

I have made https://github.com/Fuuzetsu/rust-overlay-auditable-repro as a repro. You can comment/uncomment the `auditable = false` part to so it build or fail. I have experimented a little and found that it...

> Overriding nixpkgs' root `rust` and/or `cargo` should be avoided. I think many of nixpkgs' infrastructures rely on some internal attributes of compilers and build systems. I suggest to construct...

Actually, I figured out what the problem was on my end.

> I think this is related to the persistency issue, as currently there is no place to store persistent data. Well, regarding relics I think there are actually three separate...

I should have been clearer. It is possible in the interface to set rarity to something like this: ![](http://fuuzetsu.co.uk/images/1434062104.png) This way we get no results. It seems useful this way...