Import SCSS in TS files
How to modify HTTP cache folder
deno_cache folder very big, weighting more than 10 Go.
My server has a specific folder where it's allowed to have big folders but I need to change it instead of using the default folder Deno is using.
From what I've seen in Deno code it's hardwritten here but I'm unsure, I do not know rust at all and just followed how the variable is used....Deno deployment can't connect to the Mongo Cloud, due to the Mongo Cloud Network Access Rules.
Is there a way to pull a module from x in favour of jsr?
@vicary/fresh-graphql to JSR and I would like to redirect my users go JSR instead of the unmaintained version in x.
Is there a way to do that?...In-Source Testing with deno test?
deno test? That is, I don't want to export private functions or objects just for testing.How to use vendoring with node_modules
DENO_DIR via deno cache creates different results on different machines, I have to assume that the lockfile is not enough.
So I wanted to try to vendor instead, so I set "vendor": true in my deno.jsonc and ran a single build, which creates a vendor and a node_modules folder. Even though I copied both, the vendor and node_modules to my git repository, the remote (airgapped) builder fails like this:
```...Make an image cropper that crops from data uri
Best practice for releasing a deno package on GitHub
deno oak : howto force reply immediatly, and process the request later ?
Rust: Unable to bootstrap MainWorker
TailwindCSS: Class-Strings build with variables
dark:bg-${color}-200 but the color is different for every button. I would use much more classes like text-color etc. so it was the easiest to do it with a variable that changes with every element....Import path autocomplete doesn't work
Deno: How to import npm scoped packages with @ in deno?
To avoide tariling slash in URL on deno deploy
Importing internal modules
Strange error after lint in github actions
- name: Run linter
run: deno lint
- name: Run linter
run: deno lint
How to encrypt and decrypt files from S3 without loading the hole content into memory?
Worksapces / Monorepo support
workspace:^ references and this breaks any monorepo setups that rely on it.Deno Oak : Can't connect to SSE with Deno Deploy

Error connecting to mongoose when using deno cli
nodejs and on deno deploy works correctly:
```js
import express from 'express';...