Marcel Laverdet

Results 219 comments of Marcel Laverdet

Yes, that conversation seems about accurate, depending on how you're using fibers (I have not personally looked at the source code for Ace). It is true to say that for...

Another thing that's important to mention is that even though node-fibers will allocate 64kb for each fiber, most operating systems will only actually commit memory as you write to it...

I discovered a workaround for this issue by passing `--resolve-extensions=.js`.

It's an internal package which is set up in a pnpm monorepo. TypeScript has `emit` enabled so that we can run tools which depend on this package via the nodejs...

If you have stack traces for the rest of the threads in a single process that would be helpful. Since many threads are interacting with each other, a single stack...

Instead of a call graph do you have a stack trace? I think the output you're sharing here is from lldb, in which case you can run `bt all` to...

Your complaint here is totally valid, and your issue is clear and well-researched. The intent of the API was to have something more approachable than v8's complicated promise lifecycle API,...

In the wake of Spectre and Meltdown the v8 team began recommending full process isolation of v8 isolates. The assumption here should be that an attacker may have full access...