snek

Results 463 comments of snek

Can you expand on why you want this? This value shouldn't be needed for working with any part of our API.

I've been following the isolate group work and I'm very excited about it, but I've been unable to get clear answers about whether adopting this model will lock a runtime...

sending this again: Do we instead want to put this in the main body with an "icky" note?

I need to double check the specifics of the gc scheduling we implemented but at a high level there are no changes needed to deno to support n-api code that...

@felixf4xu if you're building with a pre-existing `.a` file you will also need a `src_binding.rs` file. building with `V8_FROM_SOURCE=1` will create this file, which is the intended way to build...

src_binding.rs is target and build configuration specific, so it can´t be easily checked in. If you're building from the git repo the only officially supported way is with `V8_FROM_SOURCE=1`. If...

I don't think this makes much sense for a module loader api. It doesn't need any ability to mutate existing entries in the map, only to intercept new requests. This...

sorry about that! thanks for fixing this up :)

@sebmck are you starting the inspector via the `require('inspector')` api? I find it very annoying that starting the inspector programmatically prints stuff out.