Anna Henningsen
Anna Henningsen
Landed in 9b8ba2536044 🎉
> I don't think we're able to bypass Node.js needs without the complexity and compromising the security. To be fair, it’s probably quite a bit of work, but that doesn’t...
> > How is that going to work? For example, what prevents user code from creating a symlink from `/tmp/xyz` to `$HOME/.ssh/id_rsa` and then reading the protected file through said...
> > This doesn't really seem future-proof in a world in which we will eventually be able to transfer handles between threads. > > Will we? It's been discussed but...
> > ... that has consensus among collaborators beforehand. > > That's why this is all being done in the open with visibility through a draft PR. Well... in that...
@mmomtchev Two things: - I would not split header files from the existing header bundle, since the default for embedders will still be using the regular C++ APIs that are...
@mmomtchev If somebody wants that, they can just do the same thing the REPL does to make that happen, right?
> is it hard to be done right? @kof I fully agree with all your points except this one – there is no reason to believe that code in Node...
@jcoglan I can’t speak much to the websocket-specific stuff, but this was a very helpful comment to me, but I would be interested to hear more about two things you...
I would be reluctant to put a lot of effort into improving performance of a feature when there's a better, faster language built-in already available. We probably should and can...