vwkd
Streaming download throws `Bad resource ID`
Is it because a successful
pipeTo
already closes the file? https://github.com/denoland/deno/issues/19653#issuecomment-1613519066
If so, should I still close the file in the catch block in case pipeTo
throws?4 replies
Sync uuid from string
I ended up using uuid-by-string from NPM https://www.npmjs.com/package/uuid-by-string
6 replies