E. M. Bray
E. M. Bray
While I'm thinking about the topic, this issue will serve as a clearinghouse for work that needs to be done on the FITS tile compression support: - [ ] Tile...
This would provide a simple work-around for issues like #151, #234, #402, and possibly others. There's no good reason to define this variable in the function definition body where it...
As raised in #3854 and earlier issues, Numpy is gradually trying to deprecate and eventually kill off the old Numarray `chararray` class. This is fine, but `io.fits` still uses it...
# Bug Report Not 100% sure if this is really a problem for cordova to solve though it does affect cordova users. In my application when the file picker is...
Since the infrastructure for building Sage Docker images has been merged into the main sage repository, this repo is no longer used and new issues regarding Docker images should be...
The little `sage_test` routine (https://github.com/sagemath/docker-images/blob/master/Makefile#L57) that run the tests twice, the second time with `--failed`, actually doesn't make sense. Because on each run it uses a different container, but the...
We can avoid building ATLAS as part of the Sage build if we install the system version and set some environment variables at Sage build time. The ATLAS included in...
The patchbot container build reaches the end successfully, but then when trying to launch the patchbot itself results in: ``` Sage build/upgrade complete! [2016-05-20 10:16:56] Launching patchbot 2.5.3 with SAGE_ROOT=/opt/sage...
A wild-haired idea I just had that could just work: It could also be used in principle for release versions, but it would especially be useful for regular sagemath-develop rebuilds,...
I've encountered another annoyance that occurs when a directory in Windows is mapped to a shared folder in virtualbox, and subsequently mounted as a volume in a docker container (though...