Pierre Chapuis
Pierre Chapuis
I have used this very useful module in several projects, so if you need help with maintenance I am willing to help, on Jazzband or otherwise.
For what it's worth, I have the same issue and will probably use the same workaround as @dwillett. It would be great to see a way to filter within the...
I agree, a way to specify optional arguments as described in the other issue would be even better (and if function calls are made stricter it would help with error...
Yes, callbacks and optional arguments lead to [the variance rabbit hole](https://github.com/Microsoft/TypeScript/issues/18466), see #318 (also, does "optional" mean "you can pass `nil`" and vice-versa...)
Of course. But there is no type corresponding to an optional parameter (it is not `T | nil`) and that causes a lot of issues. Anyway this issue is one...
I already use Lapis with Redis myself, see [here](https://github.com/catwell/lua-toolbox) (especially model.lua and redismodel.lua). What would Redis support in Lapis look like? I have a lot of experience with Redis and...
Hello @torhve, the reason there is no .moon source is this repository is that there is no .moon source at all, I wrote it in Lua :) I only use...
Would it be fine just to fork + vendor sprintf.js with your fix?
Try https://fperrad.frama.io/lua-MessagePack/, it is by far the best maintained msgpack library for Lua and last time I check it worked in Fengari.
Same issue on Arch Linux (dat 14.0.2, node v14.3.0).