Jesús Cea
Jesús Cea
Since a few months ago, same OS, same MLdonkey release 3.1.5, same configuration, after some time, the mldonkey process eats a complete CPU core and download speed is abysmal. If...
Graham, I was wondering if you could digitally sign (PGP/GPG) mod_wsgi releases. Thanks for your effort!.
I see that this library is useful for servers, but I miss "range" support for the client, specially the "multipart/byteranges" response.
As documented in #96, you can not access all the tweet account history simply scrolling. There is a limit of around ~800 tweets. Nevertheless, the search URL allows to specify...
I would need to be able to control what topics a client can publish to and subscribe to. Any plan for that?.
"manhole-cli" requires a PID to connect. This doesn't work when the manhole server uses a specified name. "manhole-cli" REQUIRES the parameter to be a number or "/tmp/manhole-NUMBER". Also, "NUMBER" is...
Tagged types using `cbor.TagMapper()` can not be nested: ``` #!/usr/bin/env python3 import cbor from collections import namedtuple test = namedtuple('test', 'x y') cbor_test = cbor.ClassTag(15309737, test, tuple, lambda x: test(*x))...