snek

Results 463 comments of snek

@lukewagner I'm talking about the esm integration. it seems like a rather large hole in the design, so I'm eager to fix it. allowing some form of first class reference...

regarding compatibility maybe there could be an option you can set on the runtime for it? i feel like at a high level it makes sense for []T to turn...

`canvas` is using APIs which are not supported as part of the Node-API: https://nodejs.org/api/n-api.html#implications-of-abi-stability It looks like they have migrated to use node_api (https://github.com/Automattic/node-canvas/commit/ce29f697ced288b8d948e92b93b91d32ca3353d5) but have not released these changes...

the concept of a main is mostly considered a mistake, so we haven't exposed such a thing to esm. It's generally considered best practice to have separate files for your...

james you're gonna be rich soon 🤑

With the temp fix in the OP, I'm getting a permissions error about trying to write to /etc/gitconfig. Any suggestions?

This just contains a pointer to the isolate, why does it need a repr?

@littledivy that's not correct. OwnedIsolate implements deref to Isolate methods, which could then be casted from references to pointers without the type cast.

I never got around to merging this but I have a fix for the CPED issue: https://chromium-review.googlesource.com/c/v8/v8/+/6020635

non-browser engines seem to get this correct, would be unfortunate to change this up on them.