Erutuon

Results 8 comments of Erutuon

> I suggest to expose a struct or enum which represents any data that can be serialized and deserialized like [serde_json](https://docs.rs/serde_json/1.0.46/serde_json/value/enum.Value.html) does it with their `Value` enum. That's provided by...

I recently discovered [luawinfile](https://github.com/cloudwu/luawinfile). It's similar to lfs, but converts strings from UTF-8 to UTF-16 and uses the wide-string versions of the various file-related functions. It seems to work; I...

I created a (very messy) [fork](https://github.com/Erutuon/luawinfile/commit/dd899f4f0c8362befd32975b3fa697395b7a49b6) that compiles under Lua 5.1, but doesn't quite work. 😬

I'm trying to use the Rust extension in Lapce on Windows. I had an old version from March 2022 and recently updated to Nightly (a93ffe0). The Rust extension sort of...

After seeing this message, out of curiosity, I tried compiling against Lua 5.1, and redefined the functions mentioned above based on [lua-compat-5.3](https://github.com/keplerproject/lua-compat-5.3), but there were a lot more errors than...

I don't know about removing the patches currently stored, but it would be nice to be able to apply the Advanced Readline Patch, particularly to [LuaJIT](https://github.com/torch/luajit-rocks/commit/94924aa836f50f079d2cf0aa75d35b96b14e11cc.patch) or Moonjit, because the...

@enterprisey, that would be great, but I don't know how to do it: the documentation of the schema of the JSON responses doesn't seem machine-readable enough. So far I've only...

It seems a great advantage to be able to generate structs automatically. There are a lot of API responses and it takes a lot of effort to create a set...