Mori Yuki

Results 6 issues of Mori Yuki

Currently we alreay have `DekuWrite` for `&[T]`, I think there is no reason to not have `DekuWrite` on `[T]`. I found this would be convenience while write codes like: ```...

enhancement

For example: ```rust #[derive(DekuRead)] #[deku(ctx = "a: &u8")] struct Test {} ``` this code gives ``` error[E0106]: missing lifetime specifier --> src\lib.rs:208:10 | 208 | #[derive(DekuRead)] | ^^^^^^^^ | |...

enhancement

While LuaJIT can handle Non-ASCII characters correctly(http://luajit.org/extensions.html), Prometheus was only accept ASCII characters. It is inconvenient to work with many domain specific scripts that may contain a lot Russian/Chinese identifiers....

enhancement
feature request

Tested overlay, auto play and auto join on Windows 11 with 200% DPI sacling.

Before this patch, there was an error in encoder when set `streamSize` to `true`: ``` Uncaught RangeError RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be...

### Describe the bug The game shows a black screen ### Expected behavior Loaded properly as in Flash Player ### Content Location [gamefile.zip](https://github.com/ruffle-rs/ruffle/files/13984233/gamefile.zip) ### Affected platform Desktop app ### Operating...

bug
A-avm2