Jan Buchar
Jan Buchar
Looks like the sitemap you reference points to another - https://www.paypal-community.com/sitemap_threads.xml.gz - which is not gzipped, despite its name. Why would anyone do this is beyond me. I guess we...
> Can't we detect this based on some initial bytes? Hard to trust extensions for anything these days :D It's gonna be tricky since we use streams, but feasible, I...
Hello, from looking at your code, the `payloadTemplate` should be in snake_case, i.e. `payload_template`. It's just a hunch, but it looks like what you're receiving is the default payload, not...
After #210, I believe the only notable offender is the input shape in `Actor`.
> There is still one very important unresolved question, do we want to ship v1 now, or wait for this new API? I believe the `--raw-output` flag (or whatever we...
> How's this looking? Anything we can help with? Well, I want to add timeouts/cancellation. Also, we need to test if the `SitemapRequestList` survives migration. So if you'd like to...
Hello @daball, and thanks for your contribution! Is this ready for review or are you planning to work on it more? If it's not ready, please convert it to draft...
Thanks for the report! Are you aware if there is a page that redirects elsewhere somewhere in the crawlee docs, or is the actual enqueueStrategy check failing (and not the...
> FWIW, if you enable https://wezfurlong.org/wezterm/config/lua/config/use_resize_increments.html you will be less likely to have any excess padding. This works best under X11 and macOS, but has no effect on Windows. Thank...
Is this a bad thing though? The `EventManager` is supposed to be hidden under `Actor.on` and `Actor.off`.