Mitchell van der Hoeff

Results 3 comments of Mitchell van der Hoeff

Hey @zhouzhou84, Looks like the sha3 package is failing to build. Other people are having issues with it too: https://github.com/phusion/node-sha3/issues/27 https://github.com/phusion/node-sha3/issues/32 Which node version are you using?

I'm having the same issue with a URI as well. The problem is that both the OP's URI and mine end with .svg but actually return .pngs when requested. When...

I'm hitting this too on macOS with the same package versions. Similarly, `writeTextFile` worked fine. ```ts export const downloadFile = async ( filename: string, content: string | Uint8Array, _mimeType: string,...