Marcel Laverdet

Results 219 comments of Marcel Laverdet

@MatAtBread to echo what @bakkot said, laziness is table stakes for iterators. Your implementation of `filterMap` is a good. A few notes: - Like Kevin said, `flatMap` is a superset...

I'm not going to link to it because I don't think we want the attention, but this echos the monadic argument in `promises-aplus/promises-spec # (94)`. The ship sailed on monadic...

> seemingly simple task nothing about this is simple About `applySyncPromise` this function is used to implement synchronous APIs in the context of asynchronous APIs. For example you would use...

Yes that's a strange one. I don't have a solution for you at this time.

Yeah it seems that dangling inspector sessions could cause a deadlock. Doesn't seem to be an easy fix but I will keep an eye on this.

Yes you need to "transfer" both in and out.

isolated-vm works on 16.20.2. It sounds like you are running an old binary somehow.

If build size is important to you then you should be using a bundler like esbuild, webpack, etc.

It would be nice but I don't have plans to do this any time soon.