subpackage imports with npm specifiers
import colors from "npm:tailwindcss/colors" currently fails, is this not supposed to work?
Solution: npm:tailwindcss/colors.js...Is it possible to use Cache-Control headers to control Deno's cache
Deno Deploy Queue trouble in production
Deno compile target error
deno --unstable ./path/to/api/index.ts --output ./path/to/output/api but am getting the following error:
```bash
Compile file:///Users/user/Projects/Code/app/functions/api/index.ts to ./functions/.build/api
Archive: /var/folders/kp/brk5wgsn5mz73fxhj06c9tdw0000gn/T/.tmpnxgwN8/deno.zip
inflating: deno ...
How to avoid the method POST to executed in the URL I am redirected to?

how to use Untar without deprecated functions?
Untar from std/archives requires an instance of Reader - apparently most functions return some ReadableStream though. I only found a function in std/streams to convert a ReadableStream to a Reader. That function is deprecated though and will be removed in 1.0.0. What can I use instead? Or will the Untar class take a ReadableStream in 1.0.0?
EDIT:
the deprecated function: https://deno.land/std@0.203.0/streams/mod.ts?s=readerFromStreamReader
the Untar class: https://deno.land/std@0.203.0/archive/mod.ts?s=Untar...Help, does the middleware example in the Deno Fresh documentation not work for anyone else?
ctx.state.data doesn't appears to be undefined whatever I doDeno Cache location
How to build rusty_v8 with old v8 version?
RUSTY_V8_ARCHIVE, so i tried to build v8 from the official repository as a static library.
I tried using this
```...Can someone explain WebSocketStream to me?
deno doc: error: fp-ts
deno doc Server.ts only yields error: fp-ts. Can I enable some sort of verbose mode?I want to add my package xmlbuilder2 to deno.land
Cache imports in deno.json
Publishing (and configuring) the webhook for deno.land from monorepo
deno jupyter. Anywidget is a monorepo of a Python package and associated front-end JavaScript modules. I have github actions setup to make a separate tagged release for each sub-package, and would like to similarly support the deno module I created for interfacing with these front-end modules.
- Is it possible to configure a different sub-path within the repo? (I'm not sure I did this correct, or may want to move mod.ts)...Looking for a Dev who is well-versed in Fast-Delivery of building front-end pages using React.js for
How to assert object with a field of a given type?
Deno + Lit
Issues with Crypto Subtle Digest ext:deno_crypto/00_crypto.js
deno_core v0.200.0 deno_runtime v0.123.0 when attempting to invoke crypto.subtle.digest the following error is reported
SHA-256 TypeError: Error parsing args at position 1: serde_v8 error: invalid type; expected: object, got: string
SHA-256 TypeError: Error parsing args at position 1: serde_v8 error: invalid type; expected: object, got: string
Anyway to use deno fmt within a script itself without having to call deno again?