How do you get the path to a file relative to the module which is referencing it?
const GET_PROGRAM_QUERY = Deno.readFileSync("./GetProgram.gql");
const GET_PROGRAM_QUERY = Deno.readFileSync("./GetProgram.gql");
Investigating memory leak after adding new app dependency
Deno.memoryUsage() and it seems like the leaked memory is all external.
How else can I investigate the issue? Anything else I can add to my typescript to observe this?...
VScode deno lint blew up again after update.
Help debugging command that doesn't exit.
awaiting all the promises I can, but I still get to the end of my main() and deno doesn't exit.
So I've got: ...Why isn't this error caught?
client side JS
Using dynamic import with npm compatibility gives intermittent error "__DENO_NODE_GLOBAL_THIS_167935
npm: or a CDN and get ReferenceError: __DENO_NODE_GLOBAL_… on the first and sometimes second run, but after that it'll work.Deno Third Party Modules Web Hooks
Does Deno package.json support use workspaces for module resolution?
Does Deno Deploy support location based analytics?
Fresh: How to make Styles global with twindv1?
preflight before, but it does not seem to work like that anymore. I am trying for quite some time now to use injectGlobal and searching about both versions (through repos, documentations and forums) but I can not make it.
Does anyone have an example or a suggestion do it in another way? 🥺 A solution would safe me hours of trial-and-error....IPC solution for a process manager
1.0.0 is to allow one instance of pup to restart a process of another instance. Something like
pup - Boots up the process ecosystem defined in pup.json of the current directory...Module imported in app successfully, but fails to deploy
etherscan.ts
import { ethers, BigNumber } from 'npm:ethers@^5'
import { ethers, BigNumber } from 'npm:ethers@^5'
util.ts...
Specifying config remotely or jsx on install
deno install -Afr --config https://deno.land/x/pyro/deno.jsonc -n pyro https://deno.land/x/pyro/cli.ts
deno install -Afr --config https://deno.land/x/pyro/deno.jsonc -n pyro https://deno.land/x/pyro/cli.ts
Is it possible to know what version of a dynamically-imported module was just imported?
import('npm:lodash'), which will get the latest version of lodash. Is it possible to know what version of lodash that resolved to, in the runtime or elsewhere? I suspect that it writes to an import map if there is one?Why am I getting an "Uncaught DOM Exception" in the Deno CLI?
deno in the command line to initialize a Deno REPL
```
// Get an array of random bytes
const arr = new Uint8Array(32)...Better way to allow downloading of files besides serving entire file

Share state between islands
