Paulo Matias
Paulo Matias
Programs which used to run normally with the 2.34-r0 release are broken after ddfe092f3d91c19f6cf8cb9f2938e088db4bfa8f. I'm not sure how this could be fixed, since `abuild` now fails if the package contains...
Currently, it is impossible to install simstring Python bindings directly from `pip` (e.g. via a `pip-requirements.txt` file in a project). It is currently necessary to manually clone the repository, run...
This crate depends on acme_lib, which on turn depends on openssl. But warp does not use openssl - it uses rustls. So an app built with lets-encrypt-warp currently ends up...
Currently, Tango calls `unicode(fh.read(), errors='ignore')` to read `outputFile` contents before sending them to the `notifyURL`. This has the side effect of stripping any non-ascii characters, which leads to unreadable text...