Andrey Rakhmatullin

Results 123 issues of Andrey Rakhmatullin

The README should tell the users that Splash is not recommended and suggest alternatives.

Running `twine check` has proven useful in the past so we add it to all projects when we can remember it, please do that here too (and run it manually...

Type: Enhancement

For visibility: the [fasttext](https://github.com/facebookresearch/fastText) repo is archived since March 2024, with no releases on GitHub since 2020 (though 0.9.3 was released on PyPI later than the repo was archived). Not...

Based on a local `tox -e provider`. Breakages: - `downloader._get_slot()` called in `scrapy_zyte_api._middlewares._BaseMiddleware.slot_request()` and in some tests no longer has a `spider` argument (we can reintroduce it if we really...

`AsyncioSelectorReactor` needs to use the non-default `SelectorEventLoop` factory on Windows, and the current way to do this is documented as "call `asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())` before using it". In Python 3.14 the policies...

bug

**Describe the incorrect behavior you saw** When an asyncio task is wrapped into a Deferred, the task is not scheduled yet, and the Deferred is cancelled, there is a Deferred...

bug

Also deprecates `scrapy.utils.decorators.defers()`. Fixes #6778, fixes #4944. This intentionally breaks the (undocumented) signatures of existing built-in download handlers, but keeps compatibility with (also undocumented) old custom ones, emitting deprecation warnings....

enhancement
discuss
asyncio