Unable to target browser and deno with unstable features in typescript `compilerOptions.lib`
Unable to request adapter for webgpu on WSL2
console.log(await navigator.gpu.requestAdapter()) // returns null on WSL2
console.log(await navigator.gpu.requestAdapter()) // returns null on WSL2
Issues with importing from npm - should I switch to esm.sh?
Nextjs. task dev
error: Uncaught TypeError: (0 , _module.findSourceMap) is not a function
error: Uncaught TypeError: (0 , _module.findSourceMap) is not a function
CRON on Deploy
Cannot access files inside package when running from jsr
Leaks Detected
Deno Jupyter: get path to the current notebook
import.meta
stuff does not work since it's not a moduleDeployCTL deploy without getting a new github token every time?
Wierd issue with uncaught exception in WebSocketPovider on Canary
``typescript
provider.on('connect', () => {
console.info(
Connected to ${url}`);...CI friendly deploy outputs?
deployctl
in a CI environment?
Problem resolving imports from tailwindcss npm package
tailwindcss
npm package. I've included my code as an example below. I have the following task
and imports
in a deno.json
file:
```json
{
"tasks": {...fresh-runtime
GET http://localhost:8000/_fresh/js/f7e31e9f83545a78ac39f70f6450635d421025e9/fresh-runtime.js net::ERR_ABORTED 500 (Internal Server Error)
GET http://localhost:8000/_fresh/js/f7e31e9f83545a78ac39f70f6450635d421025e9/fresh-runtime.js net::ERR_ABORTED 500 (Internal Server Error)
Deno error on Hono Swagger UI
Unable to use @apollo/client
fresh + workspace
Linux Zip Compression From CLI

How can I setup mongoose on deno+next.js app?

env vars interpolation across multiple --env-file
Issues migrating dependencies from v1.x to v2.x
import_map.json
files to manage dependencies per sub module in our monorepo. We don't have a package.json for Deno (only for our Next.js frontend which is still on node). We do have a deno.jsonc
at the root level of our project. After upgrading to Deno v2, we get these errors when we run or try to install:
```sh
install...