Using buf.build SDKs with Deno (and Deno Fresh)
batching tasks
BatchQueue
but it looks like it stops after processing only the first batch.
```ts...node-pre-gyp problem on macOs
Cannot assign number to "number | undefined" when using package.json
deno init --npm vite@latest
. Right after initialization I'm installing the game library https://www.npmjs.com/package/excalibur. A game object in the engine is written like this:
```ts
import * as ex from "excalibur";
class GameObject extends ex.Actor {...How do deno devs bundle .js for browser projects? (SPAs, chrome extensions, etc)
deno
to emit a node_modules
subdirectory so I can use esbuild
? I'm trying to minimize configuration as much as possible.Is assertObjectMatch too type-strict?
actual
and expect
, of the same type, assertObjectMatch
doesn't let you use the expect
object:
```ts
import { assertObjectMatch } from '@std/assert';
...Full-stack development based on Deno2?
deno on alpine-linux

If I dont have to explicitly install a node pacakge to use it how do I get intellisense?
import express from "npm:express"
but how can I get VSCode to give me some intellisense for the package?React types without @deno-types before every import?
// @deno-types="npm:@types/react"
above every single react import in every single file? I'm up-to-date with deno, I've got npm:@types/react
in my types property of my compiler options, etc. I've been perusing issues and trying alternatives for hours, but it seems like this is the only option that actually works:
```
deno --versiondeno 2.1.5 (stable, release, aarch64-apple-darwin)...
how do I use `@ts-self-types` without `.d.ts` files appearing in docs?
.js
and .d.ts
where the .js
files have // @ts-self-types="…"
comments at the top.
And to make sure the Deno type checker can find the .d.ts
files, they are all in the jsr.json
's "exports"
array....
TestContainers are broken in Deno.
Super slow LSP with Deno + VSCode
Deno compile with SupaBase doesn't work

Is Deno a good JS runtime for embedding into another application?
How to customize daisyui default theme?
I need ideas for different ways to dig into the Deno API's and its standard library
Relative import path "oak/router" not prefixed with / or ./ or ../ and not in import map
deno run -A src/main.ts
.
deploy.yaml:
```yaml
# ......ONNX fails in Deno Deploy
Deno + SvelteKit + Paraglide | Can not run dev server using deno because of "FsWatcher"