Embed `*/` in doc comment?
deno doc
have a solution for embedding */
inside a doc comment? There's no conclusion on the same issue in TSDoc, but one suggestion is to use a zero-width space in between the *
and /
character. This works well, but it's cumbersome and linters will complain about it.
Auto-imports not suggesting import map paths when importing from the same base directory
Help understanding Deno Deploy's KV usage limits and how to best optimize my DB
[Issue] Monorepo with 2 Vue App and one API
deno compile --include anything.wasm : relative import not prefixed error
error: Relative import path "GOT.mem" not prefixed with / or ./ or ../ and not in import map ...
error: Relative import path "GOT.mem" not prefixed with / or ./ or ../ and not in import map ...
deno-loader module resolution error on WSL

Stream error with node-postgres (Suspected Deno runtime bug)
Files with extension .mts do not get linting in WebStorm
.mts
for some time now, maybe overkill, but they are ESM files so it made sense. That said, I've had random success since moving to extended TypeScript language servers. In vanilla TypeScript it works as expected, but... outside of that it seems mildly random.
Vue: linting breaks...since today the TAB to auto-complete filenames doesn't work anymore with deno run
Deployment Issue with Next.js (15.2.4) on Deno Deploy – dispatcher.getOwner is not a function
[TypeError: dispatcher.getOwner is not a function] TypeError: Cannot read properties of undefined (reading 'clientModules') at eventLoopTick (ext:core/01_core.js:178:7)...

Semver update in deno.json + conventional commit
version
in deno.json, make a commit, create a git tag and generate changelog....Deploy in single region
VS Code Extension/LSP and rootDirs
compilerOptions.rootDirs
setting. I've created a repro here: https://github.com/andymccurdy/deno-rootdirs
The default TypeScript VS Code extension and LSP respect this setting and they can see imports from other rootDirs
....DenoKV multi-process
Can't get @deno/kv-oauth to work
https://secret.deno.dev/protected-route 401 UnauthorizedI haven't been able to get the whole thing to run locally yet, which makes it even more difficult. I would first show my Deno code here and then what I have in Angular. Maybe someone has an idea....
Web Cache API: Worth using to skip one kv.get()?
Packages for image creation
Local Deno package imports: Use package's deno.json config "exports" map?
deno.json
references a project within (at some sub-dir path).
- The project's deno.json
uses the "exports" option to map "."
to "./src/mod.ts"
.
- The workspace root's deno.json
then references this directory in the "imports"
map, from "package-a"
to "./package-a"
.
```...Deno Subhosting Security