Dale Ryan

Results 51 comments of Dale Ryan

@markcellus also stuck in a dilemma here, I am working on a project that uses CommonJS modules, the one that exports things like: ```js const myFeature = function() { return...

## Workaround using dynamic import @mitra42 hi, we can use the following workaround at the moment while CommonJS modules are not yet supported. This is how I use `html-express-js` in...

Downgraded to `"onnxruntime-web": "^1.16.3"`, error still going on:

Was able to sit down on this issue, apparently using my prehistoric device isn't able to solve issue with EventSource. Now I have doubts whether it's my environment that is...

It's been a while, I'll make time this Saturday and see if it does fix the issue.

@SaltyAom the changes indeed fixed the issue 🚀. I can now receive data via EventSource. There are also some interesting bits that I've tried and it works quite well. I'm...

Please include this

@tgdn I've switched to use the original MdPDF wasm build by ArtifexSofware: https://mupdf.readthedocs.io/en/latest/mupdf-wasm.html

## Workaround Replace newline with empty string. ```js base64Image.replace(/\n/, "") // Edit: I realized `drawPageAsPNG` also add the new line at certain points within the base64 string, // replacing all...