Jesús Cea

Results 33 comments of Jesús Cea

For example, I am correctly publishing this to the mainline DHT, both on libttorrent clients and UT: ```{'kAFKA': 'Hello World!', 'v': 'En un lugar de La Mancha'}``` The signed data...

Under Solaris: ``` [jcea@TestZone /tmp]$ ./trio_proxy.py Traceback (most recent call last): File "./trio_proxy.py", line 3, in import trio File "/opt/local/lib/python3.8/site-packages/trio/__init__.py", line 18, in from ._core import ( File "/opt/local/lib/python3.8/site-packages/trio/_core/__init__.py", line...

No idea about "cloud-init", but Solaris is not a free OS anyway. There are quite a few free derivatives (Illumos) platforms, anyway. I have provided buildbots for some projects in...

I don't even remember what I patched in tqdm, so being coauthor is flattering but probably excessive. Being in an Acknowledgements section would be less embarrassing :).

Archives at sourceforge don't work either.

No, this doesn't solve the issue. It installs fine, but the Cython module is not installed. After following your instructions, I see this: ``` jcea@jcea:~$ python3 Python 3.11.3 (main, Apr...

> Ok I figured it out @jcea , the issue is that since we do not use PEP517/518 in reedsolo < v2, cython is not a build requirement, so it...

This is nice, @afer92, but it requires a modified firmware.

"epoll" is linux only. I have a patch to use "selectors" module when using Python >=3.4. This way this library run under SmartOS (a Solaris derivative). filesystem notifications are highly...