Benjamin Byholm
Benjamin Byholm
There have been a number of issues with the vm module (contextify) which have been subsequently fixed. For example, [this](https://github.com/nodejs/node/issues/5768). Try running node master and see if the problem still...
I can probably accommodate a one-off meeting almost any day.
There ought to be a better way to implement said requirements, but I do not really know how. My initial guess would be using `libuv` directly to devise something which...
I would like to get the callback as a function argument, like in all other parts of the API, but that is not possible. This will remain a slightly odd...
Yeah, this is all mostly for the next major, whenever that is. Not worth breaking compatibility over these small things alone. Just figured I'd explore the possibilities. This seems to...
The ugliness could be avoided by using a static map of gc callbacks, but I don't know if it is worth it.
This would only be for the gc callbacks. There n would grow with the number of gc callbacks. How likely are you to use many of such an obscure item?...
Good to know. I presume there will be a couple other breaking changes as well, but nothing as major as last year. That ought to mean we can do the...
@bnoordhuis Any opinion on this?
If it is not much work for you, do file a PR. It would at least make it easier to evaluate its impact. The only possible problem I can imagine...