Cherilyn Buren

Results 32 comments of Cherilyn Buren

Is it possible that adding `tqdm` to parallel_apply?

I wrote a [temporary patch](https://github.com/NiuBlibing/scrapy-redis/commit/af592392a59ab30fee89ad51b9b49ce0c56003e7) for it.

qwen1.5-72B-Chat

I've encountered the same issue as well. Upon inspecting the network, I noticed a considerable number of ARP packets, which I suspect might be causing the problem when masscan attempts...

Hi, [openresty 1.25.3.1](https://github.com/openresty/openresty/releases/tag/v1.25.3.1) has been released, is it ready to upgrade it for apisix?

> Yeah, we will upgrade ASAP @monkeyDluffy6017 Will it be released in 2024 Q1?

Congratulations! May I ask how soon the new version will be released?

Seems that it need to deal with the [`browser closed event`](https://playwright.dev/python/docs/api/class-browser#events). > on("disconnected") > Emitted when Browser gets disconnected from the browser application. This might happen because of one of...

Is this patch ok? ```diff --- scrapy_playwright/handler.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scrapy_playwright/handler.py b/scrapy_playwright/handler.py index 36c96cd..428f71d 100644 --- a/scrapy_playwright/handler.py +++ b/scrapy_playwright/handler.py @@ -132,6 +132,7 @@...