Matt Taylor

Results 12 comments of Matt Taylor

Same error I'm using docker ubuntu latest. Go Version Manager v1.0.22 installed at /home/user/.gvm

This has been open a while, is there any movement on this? Really nice feature to have.

Node supports Blob as of v16 https://nodejs.org/dist/latest-v16.x/docs/api/buffer.html#class-blob Unfortunately it is not on globalThis so will requires some additional effort to get working. Here is a work-around until JSZip is updated...

This bug is a year and a half old. Are there any updates on possible resolutions?

I have the same question @peterthomson Love to know what you found. 1.2 million weekly downloads and steady/growing indicates lots of usage, odd the project is dead. Looks like https://www.npmjs.com/package/numbro...

@RamIdeas here is what I find in the wrangler log inside of ~/.wrangler/logs First two log messages are due to my application logging. From the logs it appears that my...

Ran patch: ```bash $ npx patch-package patch-package 8.0.0 Applying patches... [email protected] ✔ ``` I now see this upon running wrangler dev: ``` ⎔ Starting local server... ✘ [ERROR] Error reloading...

@RamIdeas the patch worked. Ran after removing the previous wrangler patch I ran: ``` $ npx patch-package patch-package 8.0.0 Applying patches... [email protected] ✔ ``` Think this 'fixes' the problem. Not...

Follow up after running the patch for a few days: - No more issues with segfaults, or related issues. - I discovered that I rely on DO hibernation to cleanup...

Confirm that latest wrangler has fixed this error for me @RamIdeas thanks for all of your hard work!