Johann Schopplich

Results 93 comments of Johann Schopplich

Mmh, interesting. Which bundler does Plasmo use? `unpdf` provides a sub path export `unpdf/pdfjs`: https://github.com/unjs/unpdf/blob/f640d4de5999ddbeedb731b8580a1e7e1cfddb80/package.json#L34 Seems to me more like a Plasmo issue than unpdf. I have tested unpdf with...

Hi @Fiattarone, thanks for the reproduction. I tried to import the `pdfjs` subpath export, but somehow the Parcel bundler doesn't seem to resolve the dependency. A quick look at [Parcel's...

Thanks for the effort. There are many moving parts. I'm not sure what implications the async API has yet, since every framework integration depends on a sync API. Thus, it...

Some food for thought on this PR: - Although I like the idea of using workers, a performance test would be great to get an idea of how big the...

Hi there! Thanks for the enhancement idea. While I don't have a roadmap for unlazy, media support for source sets is definitely on the list. It should be fairly easy...

Right, there is currently a bug in [unbuild](https://github.com/unjs/unbuild) with dev mode. That's why you need to run `pnpm build` once at root level or in `packages/unlazy` to build the core...

Seems like a path resolving issue on Windows. I will have to check that further. I'm busy at the moment but will try to take a look into it in...

Can you please try again? ```bash pnpm i && pnpm build cd packages/nuxt pnpm dev ```

There seems to be some path errors, but I can't reproduce them.

Maybe the files couldn't be resolved because of the space in your paths. I have refactored to use `fileURLToPath` in each instance, which should fix your path issues. (Hopefully)