synodriver
synodriver
According to the [spec](https://github.com/antirez/RESP3/blob/master/spec.md), ```b"(123456\r\n"``` is a valid big number type, but I just got a ProtocolError, says ```Protocol error, got "(" as reply type byte```, meanwhile, the [pure python...
Hi there, During wrapping this into a [python libraty](https://github.com/synodriver/pyalgorithms), I found ```rb_tree_subtree_height``` missing in ```rb-tree.c```, which appears in the header file. Did I miss something?
Some asgi frameworks, for example, [starlette](https://github.com/encode/starlette/blob/master/starlette/routing.py#L375-L389), modifies ```scope["path"]``` during execution, which confuses the [log output](https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/logging.py#L154-L180) because hypercorn uses that to record the path.
Closes https://github.com/scoder/lupa/issues/199
I've created a [fork](https://github.com/synodriver/lupa/tree/openresty) with that support, but have no idea whether to realease a new package or just merge to upstream. Would you consider adding some [new apis](https://github.com/synodriver/lupa/blob/openresty/lupa/lua.pxd#L268-L273) for...
有些时候一些客户端不希望被代理,然而给这些客户端设置不通过代理后,如果启用了dns重定向,则他们也会被影响到。查看iptables发现默认把整个局域网udp的53端口都劫持到路由器了,这对于一些不希望被代理的设备来说不太合理,如果可以选择性的劫持特定设备的dns就好了
The [original pr](https://github.com/django/asgiref/pull/354) is merged.
This pr did: - absolute import - update cython language level to 3 - zerocopy view with more typing to speedup - cython inline suport to speedup - cython gc-free...
加快了签到速度