Andrew Straw
Andrew Straw
Sometimes packages need to perform some kind of post-install step. The distutils way of doing this seems to be by registering an [install_data command](http://docs.python.org/distutils/apiref.html#module-distutils.command.install_data) (see [this example](http://wiki.python.org/moin/Distutils/Tutorial)). We could generate...
Some projects (e.g. Babel) use the PyPI download_url to point to a download webpage rather than a download tarball. We should automatically detect these and do the right thing. For...
When building a .deb for pycryptopp, you have to pass the "--disable-embedded-cryptopp" option to "python ./setup.py build". How do I configure stdeb so that dpkg-buildpackage will do that?
Hi, like the others reporting issues: first off, many thanks! This package of gitlab for sandstorm is awesome. When creating a new repo with gitlab-sandstorm, the copy-paste commands use [git...
Hi, I updated xv6-shell.rs to build and run on the latest rust stable (1.4.0).
Implements conversion back and forth between chrono::DateTime and NtpTimestamp and a couple tests. This works around [RUSTSEC-2020-0071](https://rustsec.org/advisories/RUSTSEC-2020-0071) by removing the `time` 0.1 dependency and using `chrono` instead.
This prevents a u32 wraparound bug.
Hi, first, many thanks for `tokio-serial`. It has been very useful to us. I raise the following issue to ensure you are aware of it. In the course of debugging...