How to wait for page/iframe to load completely using Astral
How to wait for an iframe to load
. I most recently tried using await page.waitForSelector('#duo_iframe')
to wait for the ID of the iframe but this failed and timed out.
---
I am using Astral instead of playwright or puppeteer which I would normally use with Node and Astral is very similar to playwright but I can't get it to properly wait for my page to load for all the content....Workspace member parallel processes (monorepo)
DenoKV - Missing DENO_KV_ACCESS_TOKEN environment
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
error: Uncaught (in promise) NotFound: Missing DENO_KV_ACCESS_TOKEN environment variable. Please set it to your access token from https://dash.deno.com/account.: environment variable not found
const kv = await Deno.openKv(kvUrl)
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
error: Uncaught (in promise) NotFound: Missing DENO_KV_ACCESS_TOKEN environment variable. Please set it to your access token from https://dash.deno.com/account.: environment variable not found
const kv = await Deno.openKv(kvUrl)
Can't install Deno on Windows
irm https://deno.land/install.ps1 | iex
). However, when I run this command, I get the following error:
```cmd
Remove-Item : Cannot find path 'C:\Users\piotr.deno\bin\deno.zip' because it does not exist.
At line:39 char:1
+ Remove-Item $DenoZip...Rust GUI app: embedded deno runtime and custom JSX/TSX compiler
Handle routes for multiple domains using Fresh and Deno
unsupported lockfile
recommended way to get file checksum
deno install not working on latest canary
How to only load worker once
Routes with Deno and Fresh
Deno and Testcontainers
Deno and NestJs
rusty_v8, how to mutate scope outside anonymous function
Vec<String>
declared outside a anonymous function scope, as said function gets used to be the callback of a v8::Function
.
```rust
let logs = Vec::new();
...already borrowed: BorrowMutError in deno runtime
/Users/louisbeaumont/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.283.0/runtime/op_driver/futures_unordered_driver.rs:307:22:
already borrowed: BorrowMutError
this is my deno code: https://github.com/mediar-ai/screenpipe/blob/main/screenpipe-core/src/pipes.rs...any reason against using the deps.ts approach?
Deps.ts
approach is not recommended anymore since jsr - however I fail to see why. What's the benefit of using the import map and falling back into the package.json problems instead of having a Deps.ts file? The only thing I can see is that the module specifiers can thus be compatible with non-deno code...how to disable no-window rule
Deno install not working for any of our frontend projects - deno 2.0.0-rc.0+072bf5d
deno install
locally when I run deno run dev
I get packages not found errors in all frontend projects. Blocked across all our development at the moment.
Here's a link to our monorepo:
https://github.com/zemili-group/moonrepoV3
...Enable VSCode Testing color output?
settings.json
```json
// .vscode/settings.json
{...