Martin Adámek
Martin Adámek
Let's close this one, the `apify info` seems enough and we have other issues about the multi user support
I would rather align this with how we do it in JS, so a single line instead. Here is an example of that: ``` 2024-06-12T13:39:24.201Z INFO AdaptivePlaywrightCrawler: Final request statistics:...
First time hearing about "snap" distribution. Why exactly do you need it supported? I will leave the actual review to @vladfrangu. Anyway, some tests would be nice, I checked the...
why a different name? also, you scale the crawler to be able to run more requests, you don't scale the requests, right? i would rather have a python version of...
end of an era 🎉
We should ask for more feedback, e.g. on slack
Thanks for the additional tests, that's super handy. > Without the dataloader if you call loadItems() on the same collection with different filters it will fire different queries If it...
> That makes more sense now, but you will still have to remember to check if the collection is loaded before loading it otherwise you might end up with different...
That sounds like a use case for the `matching` method instead, which does return the items and won't modify the collection state by default.
Maybe I just don't understand what you even mean by having filters on the collection instance. Keep in mind that the collection owner is still the same, we can't just...