Felix Yan
Felix Yan
I would like to allow for overriding the decorator's kwargs while calling the decorated function. A simplified example use case is: ``` @retry def request(url): return "TADA" request("someurl", retry_options=dict(stop_max_attempt_number=3)) ```...
I cannot find a way to allocate PAGE_KERNEL_EXEC anymore in the new version. `__vmalloc` doesn't have that parameter now and `__vmalloc_node_range` is no longer exported. ``` CC [M] /tmp/ndiswrapper-arch/trunk/src/ndiswrapper-1.62/driver/loader.o /tmp/ndiswrapper-arch/trunk/src/ndiswrapper-1.62/driver/loader.c:...
希望可以添加对 ip -batch 的支持,这种方式比多次调用被弃用的 net-tools 中的 route 命令要快不少。 实现可以参见 https://github.com/jimmyxu/chnroutes/commit/74b6d55e40d9ffad8ab0be8f4716a16f27a77669
### Description The test CrawlTestCase.test_start_requests_lazyness is unstable and often fails in the packaging process of Arch Linux. I am not sure if it really triggers more in the latest 2.7.0...
Ref: https://github.com/qrush/m/issues/91
Tested to build fine with the new version.
The old URL returns 404 now.