⭐️NINIKA⭐️

Results 156 comments of ⭐️NINIKA⭐️
trafficstars

It may be worthwhile to consider what [inkwell does](https://github.com/TheDan64/inkwell/blob/master/Cargo.toml) with LLVM versions. Basically they have `llvm-sys` versions correspond to actual LLVM versions 1:1, while the higher-level `inkwell` has feature flags...

Oh, didn't know they planned to stabilize. With the rate they break the API, it's probably a good idea to wait for 1.0 then

> let's just add a NpzWriter::new_with_options method which accepts a zip::write::FileOptions instance. Fair enough. I am also going to remove the `compressed_npz_zstd` feature. If the user would want to use...

I think CI failures are unrelated to my changes

Seems quite similar to the problem in #10, but there doesn't seem to be the same magic env var like `CARGO_TARGET_TMPDIR` described at https://doc.rust-lang.org/cargo/reference/environment-variables.html

Currently the repr just corresponds to the underlying rust type used, as it was just simpler to implement. The design is also somewhat loosely based on [bitflags](https://docs.rs/bitflags/latest/bitflags/macro.bitflags.html) crate, although there...

For now, we emit only bitmasks that are power of two. However, I've decided to have more flexibility in the format in case we would need it. The design basically...

Copying over from #85: > True... It seems they're all "compatible" in the sense that a given bit is either present or not present, but it never does X in...

This seems to be possible, but _may_ require API changes. Because in F1 you can't change pin functions independently, the pin trait bounds like `SclPin` would not work as-is, they...

Does this mean I shouldn't open issues about poor storyboard performance with specific beatmap?