Ash
Ash
Using the latest version, running `nix build .` appears to generate a deps output with an empty target dir; /nix/store/3q39kpl5441cdi8w6ldna9f8dlmxq9wh-blah-deps-0.1.0 has a zstd file that's only 93 bytes or so....
**Describe the bug** A simple program using quicksilver generates a 23MB binary whose rodata consists mostly of null bytes. **To Reproduce** Compile the following on `--release`: ``` use quicksilver::{ graphics::{Graphics,...
I type in Colemak and use both an external keyboard and the internal keyboard on my laptop. The internal keyboard needs xkb to switch to Colemak, but the external one...
`async` is now a keyword, so we have to pass it using `\*\*kwargs` notation.
With color-eyre 0.6.2 and `RUST_BACKTRACE=1` ```rs fn main() -> Result { color_eyre::install()?; let now = Instant::now(); let _ = eyre::eyre!("one"); println!("first error: {:?}", Instant::now() - now); let now = Instant::now();...
It's slightly annoying that, even for commands that have no body, I still have to wrap the entire body in an `if` statement. For the common case where you only...
### Bug Description When trying to use `query!` with a query that uses the `json_each` function, I get this error: ``` error: error returned from database: (code: 1) no such...
Displaying a 4K webp using swww causes the sway process itself to use about 10 times as much load as it does when displaying the original mp4 using mpv (or...
I have a use case for decoding user-supplied protos that legitimately might nest over 100 times, but where we don't want to just disable the recursion limit (because it's user-supplied...
### Are you following the right branch? - [x] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [x] I have...