Bernmeister
Bernmeister
Thank you for the tremendous effort put into this book! I only discovered by accident, despite the numerous StackOverflow articles I've read covering packaging and not one mention of your...
Originally posted [here](https://bugs.launchpad.net/gourmet/+bug/1201675). When GRM starts up would it be possible to remember the column which was sorted last time? Each time I fire up GRM the sort order is...
When I ran `pyephem/bin/rebuild-star-data` I found some errors. I suspect the format of the [source data](http://www.pas.rochester.edu/~emamajek/WGSN/IAU-CSN.txt) has changed. Here is a patch: ``` 55,56c55,56 < line = line.decode('utf-8') < if...
When installing `sgp4` on `Debian 12` under a `venv` I got the following warning: ``` DEPRECATION: sgp4 is being installed using the legacy 'setup.py install' method, because it does not...