Akase Haruka

Results 16 issues of Akase Haruka

related changes: Fluidex/tmp_frontend#174

bug

# Bug Report ## Base Information - Windows 11 for Amoung US - `Linux 5.4.0-108-generic #122-Ubuntu` and `Docker version 20.10.14, build a224086` for Impostor - Impostor Version: docker aeonlucid/impostor:nightly a05a4187f49a...

# Feature Request disable anitcheat check or supress logging of it. ## Feature Information: L40 in the following code produces huge amount of logging when playing with mods. https://github.com/Impostor/Impostor/blob/aeefc40ef1336542750ecf959ca943db6bd16dc1/src/Impostor.Server/Net/Client.cs#L38-L55 Move...

Usually, the "load" API should give a signature like `fn (reader: R) -> Result`. Current API with signature like `fn (filename: &str) -> Result` can be preserved. Also, load by...

I need to produce VGA from UART input (yeah, just a terminal emulator). However pico_scanvideo_dpi took both UART0 and UART1 pins. Can I relocate the output pins of the vga...

This pull request introduces the implementation of the `FromLua` trait for `serde_json::Value`. This will allow smooth conversion from Lua values to serde_json values and get rid of the `'lua` lifetime,...

Adds a link to tracing-aliyun-sls, a crate provides layer to integrate Aliyun SLS with tracing. Disclosure: I am the maintainer of the tracing-aliyun-sls project.

as long as the `SIZE` bit is set (which is out of bound), it will appears in iter result. related to: #22 #18 ```rust #[test] fn test_invert_iter() { let bitmap...