bartlomieju
bartlomieju
DDeno
Created by Web Bae on 10/4/2024 in #help
Deno 2.0 TS errors on fresh project
Make sure you have Deno extension installed. From the screenshot it looks like it's not installed - you'd have "Deno v..." In the bottom right hand corner
3 replies
DDeno
Created by Lara on 10/4/2024 in #help
TypeError: error sending request for URL! (Deno -Supabase - Oak)
Great!
5 replies
DDeno
Created by HewloThere on 10/4/2024 in #help
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
Okay, thanks. Could I ask you to open an issue in GH? It's definitely a bug and I'm OOO today and i don't want it to get lost
16 replies
DDeno
Created by HewloThere on 10/4/2024 in #help
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
16 replies
DDeno
Created by HewloThere on 10/4/2024 in #help
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
But it doesn't merge them like npm does
16 replies
DDeno
Created by HewloThere on 10/4/2024 in #help
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
Deno only looks up in your project dir and falls back to home dir
16 replies
DDeno
Created by HewloThere on 10/4/2024 in #help
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
Do you have a single npmrc file or multiple files?
16 replies
DDeno
Created by Lara on 10/4/2024 in #help
TypeError: error sending request for URL! (Deno -Supabase - Oak)
This doesn't look like a Deno error. From what i can say it uses locally supabase runtime which is based on Deno but is not Deno. Sort of looks like they are using outdated version of Deno's Rust crates. I think it'd be better if you reached out to Suoabase support for help here.
5 replies
DDeno
Created by jon on 9/19/2024 in #help
AsyncLocalStorage without `node:async_hooks`
You'd need to set JSR_URL env var to override the URL used
8 replies
DDeno
Created by jon on 9/19/2024 in #help
AsyncLocalStorage without `node:async_hooks`
But then you will have to override all calls to jsr: in Deno - ie all jsr: dependencies would be pulled from your instance, you can route some of them to public one and others to your private one (like .npmrc file does for npm)
8 replies
DDeno
Created by jon on 9/19/2024 in #help
AsyncLocalStorage without `node:async_hooks`
Yeah you can host private instance
8 replies
DDeno
Created by jon on 9/19/2024 in #help
AsyncLocalStorage without `node:async_hooks`
Not really no, it's the only way
8 replies
DDeno
Created by Caleb Cox on 10/3/2024 in #help
Iterator is not defined when creating a snapshot with init_ops_and_esm
Some globals are not available in the snapshot 😭 but V8 does provide a list of what's not working
3 replies
DDeno
Created by chromaLTS on 10/2/2024 in #help
Using std/crypto with x25519 crashes - How do i use node experimental modules instead?
@divy please take a look
14 replies
DDeno
Created by Josu on 10/2/2024 in #help
Deno Jupyter Lab tsconfig
Possibly, you will get type checking straight in the IDE without any config
4 replies
DDeno
Created by RedBean on 10/1/2024 in #help
Can Jupyter deno create a new cell and/or modify a cell from another cell in the same notebook ?
Hm interesting. But no it's not supported in Deno ATM. Can you open an issue with feature request?
5 replies
DDeno
Created by Josu on 10/2/2024 in #help
Deno Jupyter Lab tsconfig
Hey, it's not possible right now. We're currently working on supporting TS properly in VScode for notebooks
4 replies
DDeno
Created by UnknownError on 10/1/2024 in #help
Cannot find CanvasRenderingContext2D
Great!
18 replies
DDeno
Created by UnknownError on 10/1/2024 in #help
Cannot find CanvasRenderingContext2D
Or move these options into deno.json
18 replies
DDeno
Created by UnknownError on 10/1/2024 in #help
Cannot find CanvasRenderingContext2D
You need to pass it explicitly with --config=tsconfig.json
18 replies