Denols Neovim
Using std/crypto with x25519 crashes - How do i use node experimental modules instead?
Deno Jupyter Lab tsconfig
What is the right way to publish a module that depends on a package hosted on deno.land/x to JSR?
deno.land/x . When importing modules with the https specifier, you know, it is unable to publish them to JSR.
Therefore, I referred to this page (https://jsr.io/docs/migrate-x-to-jsr#manually-refactor-your-package) and tried to resolve the issue by specifying "vendor": true in deno.json to download the dependent packages into the vendor directory, then committing them to Git.
However, when I try to import modules from the ./vendor directory, I get the error Importing from the vendor directory is not permitted ....Cannot find CanvasRenderingContext2D
deno bundle --watch src/index.ts package.js --unstable-sloppy-imports. With a fairly simple tsconfig.json:
```json
{
"compilerOptions": {
"target": "ESNext",...Is there a way to test a request's configuration?
Can Jupyter deno create a new cell and/or modify a cell from another cell in the same notebook ?
Redirecting inside a page in Fresh 2.0
Deno import use for local files?
Deno 2.0 displaying red-line errors in my typescript code, but they were non-breaking?
How to load islands in Fresh 2.0 plugins?
How to let google find my website?
Handle import "npm:..." prefix on generated code
Can deno restart the Jupyter kernel from within a notebook cell ?
Is deno's cache philosophy coherent for local files ?
Deno VS Code extension with deno jupyter cannot find names declared in other cells
Deno with Storybook:Do I need to install node.js? (need npx)
How to workaround `deno compile` binary file limitations?
sharp and after compile it looses the ability to load dll.
```
❯ ./server
error: Uncaught (in promise) Error: Could not load the "sharp" module using the darwin-arm64 runtime
undefined: dlopen(/var/folders/4f/6rr3fjvx2wq742xvnz3lf1740000gn/T/deno-compile-server/Chat/node_modules/.deno/@img+sharp-darwin-arm64@0.33.0/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node, 0x0001): tried: '/var/folders/4f/6rr3fjvx2wq742xvnz3lf17)...How to specify unstable fmt options?
fmt.unstable.component or into unstable directly? Or somewhere else?...Missing express types
express + @types/express, but it seems the types aren't being applied
What can I do?
```ts
// @deno-types="@types/express"...