junbaibai0719
junbaibai0719
> I've just experienced the same issue via [s3fs](https://github.com/fsspec/s3fs/), downloading a few hundred files from S3. > > Python: 3.7.12 aiohttp: 3.8.1 yarl: 1.7.2 multidict: 5.2.0 > > ```python >...
I got `Type Error:arg 5 (closure) expect cell, found compiled_cell`. `six.get_function_closure` return a compiled_cell after compiled,but js2py need a cell, I think the error needs to be solved by the...
I edit the code **build.py**  **picohttpparser.c**   **cpu_features.c**  then,compile it in raspberry   and run it  but 
Today, I finally know why I can't compile in arm. Because I didn't use `-fsigned-char` and simde didn't have `_ mm_ cmpestri`.
`text` expect a string not byte. So `Request.Response` can't return. u can use `r.text` instead of `r.body`.
> ``` > pi@raspberrypi ➜ ~ wrk -t 1 -c 1 -d 30s http://localhost:9091/ > PANIC: unprotected error in call to Lua API (attempt to index a nil value) >...
> 就是如图所示,当 componentsTree 为多个元素时,各个 tree 中所使用到的组件均被加入到 componentsMap 中,即共用的关系~ > > 在出码引擎针对 Page / Component 类型的容器时,会根据当前容器里 componentName 收集使用到的组件,最终反应在 ir.deps 中~ > > 参照代码 SchemaParser.ts 你们官方文档纯纯的误导人,我照着官方文档组织了schema,然后router根本没变化,看了源代码才知道是看page里的meat生成的。真的坑 