leigh
leigh
DDeno
Created by leigh on 9/10/2023 in #help
Timezones in Dates?
Hi everyone, what's the right way to create a Date with a specific timezone?
2 replies
DDeno
Created by leigh on 8/27/2023 in #help
Permissions with npm/node imports
I'm trying to run a command and it's like I need to add --allow-read permissions because of the node: imports. This is the error I see:
✘ [ERROR] No such file or directory (os error 2): readfile 'node:punycode' [plugin lumeLoader]

deno:https://esm.sh/v131/markdown-it@13.0.1/denonext/markdown-it.mjs:4:22:
4 │ import * as __2$ from "node:punycode";
╵ ~~~~~~~~~~~~~~~
✘ [ERROR] No such file or directory (os error 2): readfile 'node:punycode' [plugin lumeLoader]

deno:https://esm.sh/v131/markdown-it@13.0.1/denonext/markdown-it.mjs:4:22:
4 │ import * as __2$ from "node:punycode";
╵ ~~~~~~~~~~~~~~~
2 replies
DDeno
Created by leigh on 7/27/2023 in #help
async map
Is there anyway using the stdlib to map from one array to another array, with the work being done concurrently with async?
5 replies