Why is `mutate()` missing in `npm:@deno/kv`?
.mutate() missing in AtomicOperation of the @deno/kv NPM package while it's in AtomicOperation of built-in KV in Deno? This makes the code incompatible. What am I missing?Use deno serve for tcp
deno serve especially because it has a --parallel flag. I would like to use this to spawn parallel plain tcp/uds socket servers. But as far as I can tell this method can only be used for http servers. Am I correct? Is there a different elegant solution to accomplish this?Segmentation fault when using johnny-five with deno
ReadableStream doesn't work in production
making a cli with arrow keys for navigating prior commands
Using SSL with deno deploy and supabase postgres direct connection
--cert or the environment variables SSL_CERT_FILE and DENO_TLS_CA_STORE to make it work locally. However, on deno deploy, both options can't work: --cert isn't usable and DENO_TLS_CA_STORE is forbidden 😢 ...Module not found "https://deno.land/std@0.224.0/node/events.ts"
Caching node dependencies in CI error
Using deno_kv in rust?
How to use permissions with node scripts
deno task ng or deno task serve it just runs those commands from the package.json without using the deno permission system. I guess that makes sense for compatibility reasons but I want to run ng with only the permissions it needs e.g. --allow-read=. --allow-net or something like that. Is there any way of doing that? Are other people doing Angular 19 projects with deno and have a working setup with minimal permiss...Multiple kv connections in deno deploy
error: unexpected argument --experimental-network-inspection when trying to debug
launch.json config
```json
{
"name": "deno run",...build as CommonJS a deno module built for ESM only
Lock file in JSR library?
.gitignore or rather set lock: false in deno.json?Support for tags in custom Deno lint plugins
Possible to use CsvParseStream in Node.js
Unexpected `deno.lock` update?
deno.lock updated to add a new transitive dependency to @deno/cache-dir, when its version wasn’t touched at all?Deno 2.4 emit for bundling with "npm:" imports inside code
