Mori Yuki

Results 6 comments of Mori Yuki

Is this possible? I think there is no way to access such file level settings in a procedure macro.

> Any thoughts on [#225 (comment)](https://github.com/sharksforarms/deku/issues/225#issuecomment-864578411) ? I don't like this idea at my first feeling. Changing the beheviour of build-in types is somewhat strange for me. But it is...

> I'd like to use LEB128 to represent most integers as our existing bincode impl does Same when writing the luajit bytecode parser. I'd appreciate if we have the as/with...

Since #61 has been merged, this could be done by: 1. Add a new type `ByteSize` 2. Add specialization like `impl DekuRead for xxx` 3. bytes uses type `ByteSize`, bits...

Any update on this? The upstream issue should be fixed in [excalidraw 0.12.0](https://github.com/excalidraw/excalidraw/releases/tag/v0.12.0). And I still encountered the same on 0.7.6

> this doesn't currently support LuaJIT but Lua51 AFAIK, there are not much differences between LuaJIT(without lua52 lang extensions) and Lua51 in syntax. And, furthermore, in fact the lua51 language...