Deno and Eta browser-side?
how do I access post data in a deno http server?
DB Connection slow with mongodb

Cannot copy files from `AppData/Local/` despite --allow-all flag
AppData/Local/
using @std/fs in Deno, the operation fails with a PermissionDenied (os error 5). This occurs even when running Deno with the --allow-all flag.
Code Sample
```TS...Deno imports failing to load
jsr:@std/encoding@^1.0.7
. Every time I try to use the package I get the error seen below. This happens with most deno packages that i try to use, where it says some file is missing. It doesn't fail when using npm:@oslojs/encoding@^1.1.0
or npm:@deno/vite-plugin@^1.0.4
. I guess it's because they're npm and not jsr or deno. It also happens for packages such as https://deno.land/x/jose@v5.9.6/index.ts
.
I've tried running deno clean
then restart my pc and create a new project. It still happens there.
A friend of mine does not have the problem, when running the exact same project as me....Deno.UnsafeWindowSurface returns undefined when called more than a certain number of times
databaseBindingMismatch when trying to promote a deployment to production
{"name":"ApiError","status":400,"code":"databaseBindingMismatch","traceId":"****","retryAfterSec":null,"message":"The requested deployment is binded to a different set of databases than the current production deployment."}
{"name":"ApiError","status":400,"code":"databaseBindingMismatch","traceId":"****","retryAfterSec":null,"message":"The requested deployment is binded to a different set of databases than the current production deployment."}

Deno Kv: "Database is locked" on enqueue
1
gathers info and posts it to service 2
via HTTP post, where 2
immediately offloads the request to a Deno.kv
queue and returns. There are a lot of posts being made, and once a couple thousand events are queued I'm noticing that inconsistently service 2
will throw the following error:
```
[uncaught application error]: TypeError - database is locked
request: {...Importing pdfjs?
globalThis woes with VSCode Deno extensions LSP

I run "deno -A npm:drizzle-kit generate", deno hits me with "Cannot find module 'drizzle-kit'"
deno -A npm:drizzle-kit generate
command, instead deno throws an error
Please, can anyone help me? I've been battling this since yesterday, claude couldn't even provide a solution, here's the error deno give me:
`Reading config file "C:\Users\me\Desktop\backend\drizzle-app\drizzle.config.ts"...VSCode only TypeScript Errors, nothing from Deno LSP
>Deno: Initialize Workspace Configuration
and I have a .vscode/settings.json
, with this content:
```json...deno task setup can't run on Windows 11.
`.svelte` file intellisense can't properly resolve imports in a Deno only project
shared
member which in the deno.json
has "name": "@scope/shared"
- a client
member which is Vite+Svelte and only uses Deno (no package.json
)
everything works and builds perfectly fine however:..."window" global issues using the p5.js library in a Deno / Fresh project
Resolving Dependencies for Local ESM NPM Packages in Deno
fix library version of a dependency
deno.json
```json
{
"imports": {
"gcp-metadata": "npm:gcp-metadata@6.1.0"...Is it a good idea to use Deno edge functions as a websocket server?