Tim Caswell
Tim Caswell
I think you're running into the same thing as https://github.com/luvit/luvit/issues/805
I think most of these are fixed now. Has anyone seen segfaults recently?
@eLunate how are you reproducing the segfault?
@Gskartwii I'm not sure you can safetly use LuaSocket and luv at the same time. I don't think their event models are compatible. That said, I don't know of anything...
That's a great question. I've never used a lua debugger. The latest luajit is a complete rewrite over the old version, so ignore any issues from before.
luvit's require does fall back to using lua's normal require now. Just try it and see what happens. As far as running luvi apps with normal luajit, that shouldn't be...
Getting js-git to the point that it can be used internally by npm is closer. If someone wanted to take on this task, I could guide them. The main tasks...
Also on my list of mad science experiments, fuse for node in pure js and zip for node in pure js. Though if you're willing to bundle node-fuse I have...
When I said "read-only urls" I meant you wouldn't be able to push to the remote, only read from it. This is fine for most npm actions, but npm does...
As long as npm doesn't need to actually push the new commits to the remote, we're good. JS-GIt has no problem creating local commits. I'd recommend using the https://github.com/creationix/git-node-fs backend...