Results 10 comments of Rick

> `luaZ_fill` inside of lzio.js should use `from_userstring` My naive approach: ```lua const luaZ_fill = function(z) { let buff = from_userstring(z.reader(z.L, z.data)); if (buff === null) return EOZ; lua_assert(buff instanceof...

> > > I had something more like this in mind: > > ```js > const luaZ_fill = function(z) { > let buff = z.reader(z.L, z.data); > if (buff ===...

> bump? Can't remember why but I think this PR fixed some issue on another repo. Test still not good enough? It's been months.

I have a few stupid question regarding this. Maybe I don't quite understand what you mean by framework. 1. Is there a relatively **nice** way to get the language which...

> Please correct all typo's in this PR (as in commit [6509b74](https://github.com/multitheftauto/mtasa-resources/commit/6509b7424c3c2d6b38054e86904cc5b9a9c7fa78)) Yes thank you for noticing this I know I wouldn't've ;p I will *try* to pick it up...

https://www.youtube.com/watch?v=VrSsXieoWPk Here's a side-by-side comparison - you can see some slight differences

> Circling back on this - do you have any more updates/translations to add, or can we merge what is already here? This got abandoned, so nothing in a long...

@jlillis I did a quick test and the translations added work, this PR is ready now