⭐️NINIKA⭐️

Results 102 issues of ⭐️NINIKA⭐️

Would it be possible to support serde derive macros (`Serialize` & `Deserialize`) in `derive-where`? Currently, if you put fields from associated types, you have to manually put `#[serde(bounds(serialize = "XXX:...

**Describe the bug** `faer` doesn't compile when using `default-features = false`, because it tries to reference `npyz` crate without checking for the `npy` feature. **To Reproduce** `cargo check --no-default-features --features...

bug

Otherwise its `rayon` feature is always enabled

We currently support piping media to ffmpeg and gstreamer backends. ffmpeg will always be a pain to ship, while gstreamer is only reasonably easy to use on linux. Hence, for...

platform-support

While the current audio system architecture has served us well, it is currently missing some features: - segment play support, needed for `VoiceSync` operations - changing play speed support, used...

need-re
architecture
missing

Debug overlays were a nice feature for quickly getting a glance at the engine state, but they were nuked during the renderer rewrite. Need to reimplement them

dev-tool
extension

While the engine supports playing movies (as cutscenes), there is some missing functionality for when they are used as animations: - there's no looping support - movies with transparency are...

need-re
missing

We already can play fully translated SNRs like umineko-catbox-english, but it would be nice to have a more seamless experience. This would probably involve: - implementing support for western layout...

extension

**Is your feature request related to a problem? Please describe.** I want to use chibisafe with a selfhosted S3-compatible service - minio. It uses path-style bucket paths (https://s3-domain.com/bucket-name) instead of...

The H.264 spec defines `rbsp_trailing_bits` to be: ```c rbsp_trailing_bits( ) { rbsp_stop_one_bit /* equal to 1 */ while( !byte_aligned( ) ) rbsp_alignment_zero_bit /* equal to 0 */ } ``` In...