Antonio Nuno Monteiro
Antonio Nuno Monteiro
Not sure what the linking errors are on `macos-homebrew-ocaml-5.0`
> I believe we should make all our FDs non blocking as a precaution. After reading through this PR and comments, I did this for my application, which solved hangs...
This seems to work well with eio_linux.
I'm not sure whether this can work with eio_luv at all (it looks like it takes over signal handling while its event loop is running). A workaround I've found is...
I'll look into this in a bit, but it'd be great to have either a reproduction, or ideally a test that exposes this bug in functionality.
Thanks for the repro. I added a fix for the server in #194. Will take a look at the client portion soon
@calebboyd some more info here: https://github.com/anmonteiro/lumo/issues/453 It looks like when including resources in a bundle `fs.readdir{Sync}` called with `"."` or `".."` lists the contents of the resources root, or so...
I don't fully understand the purpose / design decisions behind the virtual filesystem, so I can't be of much help. It feels like the underlying decision that needs to be...
I tried with 3.0.5 and it produced the same results btw.
Much appreciated! It had some weird bugs at first, and only worked when I made a custom build that reverted https://github.com/nexe/nexe/commit/c9c9b5a0a31c7ebe6ed4195fecff36b78be8b328 (fix: mount vfs relative to execPath instead of cwd)....