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...How do I install NPM packages as *development dependencies* in Deno? Is that even possible?
deno add npm:drizzle-orm, but I also need the following command npm i -D drizzle-kit tsx to install drizzle-kit as a dev dependency, how do I achieve this in Deno?...Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
dayjs as our time lib, and we noticed some issues related to timezone dates. At first I thought it was dayjs plugins misbehaving or giving problems, but then I used Intl.DateTimeFormat().resolvedOptions() to verify the detected system TZ and notices a huge discrepancy.
Node is outputting America/Puerto_Rico which is the correct TZ while deno outputs America/Anchorage. Is this known issue?...
Support Fix All in VS Code for lint errors?
eslint --fix on file save with this setting: { "editor.codeActionsOnSave": { "source.fixAll": "explicit" }.
Deno's VS Code plugin doesn't seem to recognize the "Fix All" command in the command palette.
How do I enable deno lint --fix on file save?...