vwkd
vwkd
DDeno
Created by vwkd on 7/29/2024 in #help
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
DDeno
Created by vwkd on 4/23/2023 in #help
Empty output in Deno.Command
Okay, separating the value to the —grep option into a separate argument like … "—grep", ".", … fixed it. Funnily, this does not work with the similarly looking —format argument.
4 replies
DDeno
Created by vwkd on 4/23/2023 in #help
Empty output in Deno.Command
Okay, without the single quotes like "—grep=." it works. However, this leaves the question how to use it with more patterns like containing spaces?
4 replies
DDeno
Created by vwkd on 10/19/2022 in #help
Sync uuid from string
I ended up using uuid-by-string from NPM https://www.npmjs.com/package/uuid-by-string
6 replies
DDeno
Created by vwkd on 10/19/2022 in #help
Sync uuid from string
@crowlkats Thanks, I don’t need a random one but one that’s replicable from a input string.
6 replies