leigh
leigh
Explore posts from servers
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/[email protected]/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/[email protected]/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
CDCloudflare Developers
Created by leigh on 7/21/2023 in #pages-help
Deploy Deno static site
Is there a way to deploy a site that uses Deno to build? I'm using the the Deno Lume static site generator, and I don't see it was one of the build configurations, and I don't see Deno listed as a supported tool here: https://developers.cloudflare.com/pages/platform/language-support-and-tools/
6 replies