SinisterRectus

Results 147 comments of SinisterRectus

I don't remember why I closed this. I'm not working on this at the moment, but the issue still exists, so I'll re-open.

I have a user that may benefit from this. I'll take a stab at it and see what I come up with. Although I prefer to use coro-spawn when possible,...

This turned out to be more difficult to implement than I thought it would be, so I'll put this aside. It's easier to build IPC on top of coro-spawn and...

I think that this is, like the similar issue at luvit/luv#369, a "wontfix". Reference types such as a table cannot be shared across libuv threads by any straightforward method. You...

For the record, Discordia does not explicitly depend on any specific http-codec version. It depends on coro-http 3.x, which may depend on http-codec 3.x. As far as I know, lit...

Lua 5.3 omits the type and metatable check in `___eq`. What about the non-empty string case? For example, is `ustring.new("a") == {"a"}`?

I'm thinking about this more and I'm realizing that it adds a lot of complexity that I don't want to add at the moment. I'll see if I can find...

A draft of this has actually been implemented in 3.0. See commit 1ccbd03b85601ed6717bfcaf1b0e8da2267a4325. I will leave this issue open for now.