⭐️NINIKA⭐️

Results 171 comments of ⭐️NINIKA⭐️

According to my research, distro support for `CONFIG_ANON_VMA_NAME` is currently spotty: - Debian 12 & 13 has it disabled - Ubuntu 24.04 has it enabled - WSL Ubuntu 24.04 has...

Because font textures also use mip-maps, the texture sizes have to be aligned to a pretty extreme value (I am not sure of the exact requirement, but my guess is...

> It seems that the size of uncompress-glyph is header.texture_width * header.texture_height. And the uncompress-size of compress-glyph is header.texture_width * header.texture_height + (header.texture_width * header.texture_height)/4 + (header.texture_width * header.texture_height)/16 +...

> Use read-only Box instead of Vec in Executable? Minimal capacity of a Vec is 4 elements, so for a transaction with a single instruction we have 176*3=528 unused space...

Like the suggestion of the `Lazy` container, this could nicely decouple the laziness from the data type.

The `higurashi-2.0` branch has the scenario support. I have not tested it very thoroughly, but I think it works.

Thanks for pointing to the relevant discussion! I have actually prepared a PR for making `h264-reader` tolerant to such issues and will send it soon. Of course, whether to merge...

> `iroha_wasm_test_runner` // doesn't seem to be used at all, somebody should verify this It is used to run some very basic unit tests in wasm environment. This is where...

I did go around testing kernel configurations of various linux distributions, and it seems that the "generally available in desktop linux" is not entirely true. The distro support is spotty:...