Leo
Leo
Reproduce: - Have latest rustup installed with the nightly toolchain. - Clone the repo - `cagro +nightly run --release` - 35 errors found, mostly missing macros. - 1000+ warnings found,...
I've been working on a functional interface for a library which relies on code generation, so I have functions returning functions, however I've hit a roadblock with functions returning closures...
Rust recently renamed generators to coroutines, as seen here: > https://blog.rust-lang.org/inside-rust/2023/10/23/coroutines.html This broke gen_iter in my dependency tree, so I'm making this PR
Hi! I've just been experimenting with bcachefs replication and the behavior of the filesystem in response to changing attributes. In this case, I noticed that attributes only get applied to...
**TL;DR:** SDDM doesn't function properly until I `sudo systemctl restart sddm` each boot I'm not sure how to word this properly but I'm convinced it's an SDDM issue, I'll try...
There appears to be no way to run unfree packages in a pure nix run/shell. The only workaround seems to be `NIXPKGS_ALLOW_UNFREE=1 nix run --impure `, but that doesn't allow...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...
I'm just opening this as a marker of my progress so far, to avoid merge conflicts. For now this PR is a draft. The method I used for porting is:...
Leaving this issue here to track the fact that I'm working on it, let me know if that would conflict with anything
Remove conditional statements from per-value functions, instead relying on generics to perform the conditions at compile time. Conditional statements add significant CPU overhead and reduce the optimizations that a CPU...