Dream

Results 16 issues of Dream

有一个问题哈,scrapy的http/https连接是可以复用的,如图,并发数设为30他就会开30条连接,不会在每次爬取时反复断开重连,非常稳定 ![5V3WW(7NYT 4VDSE$84(JJ](https://user-images.githubusercontent.com/39302391/175807256-9a4d1f07-49af-492b-81f0-4d5f0946a08a.png) 但是feapder的连接,无论我把keep-alive设为true,还是说添加session,都没有办法让请求复用,会不断地断开重连(这个可能是requests库的问题),如图,图中部分线程的连接自动释放掉了,每波任务都会产生30次tcp连接/断开,这个数量始终在波动,并发数高了非常容易报代理错误 ![OREY FH(P(2{)%TAT`O~2D7](https://user-images.githubusercontent.com/39302391/175807277-9fe058db-9010-433a-a77d-46a9b3865079.png) 我的代理池是使用负载均衡方式自建的本地隧道代理,差不多每十波左右的任务就会报一次错误,由于连接不断重连/释放,对本地的代理软件也不友好,日志记录飞起,如果开启日志,我的clash能吃掉半个核心和2g的内存 ![AJ}Q1B{C_B@J_0RFJ{H1Y`D](https://user-images.githubusercontent.com/39302391/175807313-1f585c8d-2e62-45bc-9d3b-0f7fa94ec138.png)

如图,yarn和npm创建的工程都能获得类型提示,具有代码高亮 ![image](https://user-images.githubusercontent.com/39302391/170874788-c1a3fbb2-8a0f-4ce5-925c-42fb46c2cad9.png) 而使用pnpm命令创建的工程则没有代码高亮和类型提示,但是运行是正常的,令我感到困惑 ![image](https://user-images.githubusercontent.com/39302391/170874891-e4471934-8cc4-457f-8880-0b161108ddf1.png)

身边就有一些人干二道贩子的活

在小米8、小米8se、pixel1的lineage上均发现了剪贴板互通失效

I'm using win11+wsl2+ ubuntu22.4, I don't know why the library functions don't seem to be imported ![image](https://user-images.githubusercontent.com/39302391/232793846-64c806da-1405-4dcd-9691-8bfbba9df9f2.png) ![image](https://user-images.githubusercontent.com/39302391/232793987-e1d467f9-7f8a-4200-bf67-a9c584ffc17d.png)

如图,请求抖音,图一python,图二go,并没有发现http2协商过程,有没有一种方案可以强制设置http2.0 ![image](https://user-images.githubusercontent.com/39302391/232958543-d8b2ed4a-aff2-4362-89ec-634cb7249645.png) ![image](https://user-images.githubusercontent.com/39302391/232958688-9eec04f0-f215-458e-8a11-631000055bad.png)

> 1 | window.॑=$("Ҩ") | ^ at constructor (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:353:19) at Parser.raise (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:3277:19) at Parser.getTokenFromCode (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:2984:16) at Parser.nextToken (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:2460:10) at Parser.next (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:2373:10) at Parser.eat (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:2377:12) at Parser.parseSubscript (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:10633:40) at Parser.parseSubscripts (G:\ast-hook-for-js-RE\node_modules\@babel\parser\lib\index.js:10603:19)...

### Summary redeem_package has stuck after call it ### Reproduction Steps ``` import steam class MyClient(steam.Client): async def on_ready(self) -> None: print("Logged in as", self.user) retid = await self.redeem_package(1018587) print(retid)...

bug

1.1.9无法启动frida server