hey, I'm trying to use npm:express-openid-connect@^2.17.1. However, when I try to:
import { auth, ConfigParams, requiresAuth } from "express-openid-connect";
I get the error:
error: Uncaught SyntaxError: The requested module 'express-openid-connect' does not provide an export named 'requiresAuth'
I think this is because of the way this is exported by the library:...How to get problems solved
How to use a private Deno module hosted in a private repository?
Why everything is marked as deprecated in API documentration ? And what are the altenratives ?
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
deno --inspect
. While this does work with the raw WASM, it does not actually display any of the debug symbols that are included when you compile with -g
I've set up a project to demonstrate the issue: https://github.com/cowboyd/deno-wasm-debug
I'm not sure exactly why this is not working in Deno, but it could very well be that it is not loading the custom devtools extension that is require to load the debug symbols....403: Forbidden on Deno /JSR Website
In Deno 2.1.7 I stumbled on Deno.Stdin, Deno.FsFile but using these types fails to pass check
Removing file extensions on import
Why deno.exec is much larger than bun.exec

Uncaught (in promise) TypeError: Reflect.getMetadata is not a function
ORM Library for PostgreSQL
QUIC QuicReceiveStream read() panics when peer disconnects
jsts with deno
Prettier plugin support with deno fmt
deno fmt
? Work around here is to chain deno fmt
with prettier execution (which handles only the plugin action), but that's a bit awkward.
https://tailwindcss.com/blog/automatic-class-sorting-with-prettier...threejs, typescript and vite => everything threejs is any
How to extend `serde_v8` to handle custom logic?
Deno 2.0 Bad resource ID after discord.js joinVoiceChannel
Vscode deno error with library not navigable

Issue with deno workspace docs

Deno support for Expo