Dominik Picheta

Results 594 comments of Dominik Picheta

> Let's get this straight: > > 1. You are asking for feedback of what is missing to make concurrency + parallelism work well together. > 2. I provide feedback...

@elithrar would appreciate a review of this

Well I was hoping that the codeowner changes would have meant I would be able to merge this now... but doesn't seem like it. @kodster28 maybe you'd be willing to...

The 429s have started again after we sent 2.12k DMs (over a period of ~13.5 hours) :(

And at exactly 11:30pm UTC we got our ability to send messages back again... that's exactly the same time as yesterday. But why such a specific time? Midnight UTC would...

Yeah, so in Cloudflare Workers we have things like Durable Objects which you can call `fetch` on. Here is an example: https://developers.cloudflare.com/changelog/2025-05-14-python-worker-durable-object/. The `stub.fetch` line specifically. I want pyfetch to...

> Move the pyodide js code and this script to pyodide-build-scripts repo. Should I wait for this to be done before reviewing?

Can you share your worker's full directory structure (including the file's contents)? Your Python script looks good, but are you also creating a requirements.txt file with `requests` in there?

What does your requirements.txt file look like? It doesn't look like you have one defined

`requirements.txt` is the only way we support these packages, they cannot be deployed yet but it will be possible soon.