Max Bohomolov
Max Bohomolov
Hi, @momo9933 That's not possible at the moment. Could you give some cases for which this would be necessary?
Hey @tleyden This behavior is due to the fact that Jupyter notebook does not clear memory until the session is complete. Because of this, all links that have already been...
Hey This may be useful to you. There is a project - https://github.com/FlorianREGAZ/Python-Tls-Client which is a Python wrapper around the Golang library - https://github.com/bogdanfinn/tls-client The disadvantage of python-tls is that...
But `Chrome` is a [`channel`](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-option-channel) not a `browser_type`. It is already supported if Chrome browser is installed on the system and pass the appropriate parameter to the `browser_launch_options`
Question out of interest. Is there any reason we are dropping python3.9 without waiting until October 5, the end of its lifecycle?
Got it, thanks for the explanation.
> Should we include HTTP headers in the unique_key (extended_unique_key) computation? I think yes, you should do that. In addition to the Accept-Language mentioned. You can consider the situation when...
> Could you stress test it a little locally since the CI is now not running integration tests on fork PRs? Out of about 70 runs, this test failed once...
> Have you been able to figure this out? The `# Randomly reclaim some requests` branch caused the worker to execute `reclaim_request` and immediately `fetch_next_request`, looping in this state. This...
For now, I suggest adding `impit` as an additional dependency, as it still needs some tweaking before it's ready to replace `httpx`. Awaiting a decision - https://github.com/apify/impit/issues/123