Results 49 issues of uriva

Currently doesn't work in deno: ```ts import wa from "npm:@open-wa/wa-automate"; console.log(wa) ```` ```sh $ deno run -A run.ts error: Uncaught (in promise) Error: Cannot find module '../terminate' Require stack: -...

```ts import proxyChain from "proxy-chain"; const proxyServer = "pr.oxylabs.io:7777"; const username = "..."; const password = "..."; (async () => { const proxy = `http://${username}:${password}@${proxyServer}`; const anonymizedProxy = await proxyChain.anonymizeProxy(proxy);...

### Description of the bug: In some of my use cases, I have very frequent 500 errors. I'm retrying them, but some are persistent. Here's an example `GenerateContentParameters` https://gist.github.com/uriva/ec104cbf926ad142036490460ce8c2ad ###...

[test3.pdf](https://github.com/user-attachments/files/20746474/test3.pdf) I'm loading a pdf in hebrew, and getting reversed text from the pdf reader. ```ts import { PDFReader } from "npm:@llamaindex/readers/pdf"; const pdfToDocument = (buffer: Uint8Array) => new PDFReader().loadDataAsContent(buffer);...

bug

If my server is down and gets a new request, which it offloads to a queue, I see very large delays between enqueue time and dequeue. How can I avoid...

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Is this a problem caused by your code, or is it specifically because...

bug

Throw proper errors (this is important for tooling upstream that handle errors).

On Ubuntu 25.10, after following installation steps, I can't use the extension, this is what it says: My gnome version is 49.0 The pano version I'm installing is 22

bug

``` > import timeago from 'npm:epoch-timeago'; undefined > timeago(0) Uncaught TypeError: timeago is not a function at :1:22 > ```