RGBCube

Results 74 comments of RGBCube

Will there be guides to integrate this into other Rust programs, such as Bevy / Leptos, or even just axum projects? I'd love to use a generic-ish library and get...

I have read the CLA Document and I hereby sign the CLA

Fixes https://github.com/cinnyapp/cinny/issues/1589

A `#[doc(alias = "first")]` would fix newcomers confusion, as when you do `iter.firs`, the LSP will suggest `iter.next()`. No new methods that do the exact same thing would be added...

> Update: it seem ieee doesnt specify leading 0‘s its the responsibility of the app to ignore leading 0‘s. So in summary this is a bug in the nix tokenizer....

I also moved the new nix command to the top, as it should be preferred.

Should be good to go then, I've applied the changes requested.

> hm I don't like how we're declaring this as "good practice" that are _in fact_ (in practice) considered experimental in Nix. The previous description also stated the difference between...