Tim Caswell

Results 341 comments of Tim Caswell

What's your `uname -a` output? Are you using the official `curl | sh` installer?

That's a shame. I was about to use luvit for a big aarch64 project. Hmm.

BTW, what VPS are you using that offers aarch64? I haven't seen many of those yet.

Cool, I've seen that one before, they have some really nice options in Europe. Also the linked issue just reminded me you can run the rPI3 in aarch64 mode with...

or I wonder if another build of luajit might help too. I have run luvit on arm64 before with no problem.

We should probably change this to match node closer.

Even if the event loop is still active, an exception should close everything and report the error.

See https://github.com/luvit/lit/pull/155

> When Luvit's require falls back to Lua's, the environment of the required file with have Lua's require, not Luvit's. Yes, this is by design. Or better stated, we don't...

We could change the design by replacing `_G.require` with the luvit one and keeping a closure reference to the original require internally. But I think this will break lots of...