Matteo Collina

Results 3404 comments of Matteo Collina

Looking at it, it doesn't seems something we should fix. I've actually never used type with anyOf.

If I read this correctly, we need an API to create a new isolate group, and that pass that as an option to the Worker constructor. By default, it would...

@jasnell that's more in line to what I was thinking.

@jasnell can you post an update on this?

@Qard did you work on a similar issue?

I mean that it might be a similar bug, more or less in the same spot.

@bnoordhuis do you think this is something you can take a look at? I think we are out of luck on this one.

I really don't understand the problem, it's related to TS autocompletion, but I haven't really grasped why such a massive change is necessary.

I don't really understand why in TypeScript you have to use a map.

You'd need to call `Object.freeze(globalThis)` after your application initialization is finished. In fact, the following _should have worked_: ```js import { getGlobalDispatcher, fetch } from './index.js'; getGlobalDispatcher() // just initialize...