Alex Kreidler

Results 86 issues of Alex Kreidler

My code: ```ts console.log(` Navigating to ${url}...`); await page.goto(url, { waitUntil: 'networkidle', timeout: 5000 }); // Increased timeout console.log(` Navigation successful.`); console.log(` Extracting body text...`); const text = await page.evaluate(()...

CDP
playwright

This would help people figure out if they can use this library, and how best to contribute. Could be useful to categorize into: - Supported (working) - Roadmap (working on...

I'm running a simple Agent task like [this example](https://docs.stagehand.dev/concepts/agent#sequential-tool-calling-open-operator): ```ts await stagehand.page.goto("https://github.com/browserbase/stagehand"); // Open Operator will use the default LLM from Stagehand config const operator = stagehand.agent(); const { message,...

### What happens? I can't use the Huggingface URL Scheme supported by the [HTTPFS extension](https://duckdb.org/docs/extensions/httpfs/hugging_face.html): `SELECT * FROM 'hf://datasets///.csv|parquet|jsonl;` When running these in the DuckDB-WASM Shell, I get: ```sql CREATE...

Install command: ``` $ cargo install bdt Updating crates.io index Downloaded bdt v0.18.0 Downloaded 1 crate (31.0 KB) in 0.43s Installing bdt v0.18.0 Updating crates.io index Locking 316 packages to...

``` 2025-04-26 23:19:08.592 [info] [Window] [perf] Render performance baseline is 14ms 2025-04-26 23:19:16.913 [info] [Views] Removed views:extensions.recommendedList,workbench.views.extensions.installed from workbench.view.extensions 2025-04-26 23:19:16.918 [info] [Views] Added views:workbench.views.extensions.marketplace in workbench.view.extensions 2025-04-26 23:19:27.387 [error]...