Tim Caswell
Tim Caswell
I think if we just implement the deframer using the comment at https://github.com/joyent/node/blob/master/lib/readline.js#L936-L960 that will get us 90% of what we need right? Sure a single regexp can't do that,...
Another useful decoder would be one that takes unicode chunks and looks for partial characters at the end and buffers just that part will the rest of the character comed...
What would the integration look like? Embedding lua and luv into the elixir environment?
I have played with booting directly from a linux kernel to the luajit process (replacing the init process). It's actually not that hard, but it's a much more bare environment...
I used musl to create the static binary required. My main problem was I didn't know enough about the terminal emulation the raw kernel provides. I'm much more used to...
@joerg-krause It's a low priority issue, we're not working on it. If you have a need for it, that can be changed or you can work on it.
You can manually have concurrent versions by moving into nested `deps` folders (similar to how npm works) after lit installs them. There is no feature in lit itself to automate...
I created a wiki page at https://github.com/luvit/luvit/wiki/Luvit-for-Python-Developers. We need to fill out the TODOs and add more items as python developers get stuck.
We could have a single document that explains all the core concepts in luvit with examples of how to do the same thing in other languages. It would be longer,...
Hmm, looks like something is wrong with windows. Perhaps luvit-loader assumed unix paths somewhere.