Federico Zivolo

Results 282 comments of Federico Zivolo

The code I provided is enough, why you say it's not? I tested it in my app and all the components were properly instrumented

This is some log took from my app, all the components logged here are not in the `index.js` file, and for sure are not in the `wdyr.js` file. Why is...

Thanks, does it work for image-io too? Is there any example to follow?

This would also work with Vite https://vitejs.dev/guide/features.html#web-workers

I get the same error, we are using tsc to run the code on node. I'm using TS 4.7.2 and ts-node 10.8.0 If I change `compilerOptions.module` to `NodeNext` the error...

This is the tsconfig configuration @thewtex ``` { "compileOnSave": true, "compilerOptions": { "strict": true /* Enable all strict type-checking options. */, "target": "ES2019" /* Specify ECMAScript target version: 'ES3' (default),...

Our use case would be to run itk-wasm on node specifically, but I just recently synced with the rest of the team and it looks like we will move the...

@thewtex is there some documentation or example on how to use the WorkerPool?

I'd be interest to learn how to build this project as well, I get the following errors when I `npm run build`: ``` src/io/readImageLocalFile.ts:7:26 - error TS2307: Cannot find module...