Peter Tribble
Peter Tribble
The 1.2.0 source tarball on PyPi appears to be incomplete, so that using it to build from source fails like so: $ python3 setup.py build Traceback (most recent call last):...
The python-snappy module, as of 0.7.1, is now a shim for cramjam. It might make sense to use cramjam directly; as a benefit, you get a number of other compression...
The code already detects (via hasattr) whether SO_REUSEPORT is available, setting has_SO_REUSEPORT, and creates a wrapped SO_REUSEPORT (via getattr). This change ensures it's that wrapped SO_REUSEPORT that's used, rather than...
As of Glances 4.3.1, the netifaces dependency has been replaced by netifaces2. Unfortunately, there are a number of problems with netifaces2: - It requires rust to build, which is a...