Michael Droettboom
Michael Droettboom
Yes, it's quite possible the list is obsolete at this point.
@encukou: Yeah, I haven't really thought about #94760 in a while. It still seems like a worthwhile thing to do, but I'm not sure I will have time in the...
Thanks for the tips, guys. The manual theme override is working for me, so it's a good solution for now. I did find a detection that works for me (Gtk...
The breakage on Chrome is known. I made an issue [here](https://github.com/iodide-project/pyodide/issues/28) so we can track that. Thanks for the kudos. Glad to help out. I was expecting to have to...
@astrodsg: For your point #1, unfortunately, that's not what the WCS spec says. It says it will use the highest of NAXIS and any CTYPE keywords it finds. You can,...
@astrodsg: Sorry I missed your response from 7 months ago. I'm never offended by pinging :wink: I think the issue you're having is that wcs.sub requires a list, i.e.: ```...
naxis\* were deprecated because they provide duplicate information to what pyfits itself stores in the header, and they aren't actually part of the WCS calculation at all. You could have...
(Let me know if you'd rather take this to e-mail -- not sure how "in the weeds" this will get...) I've got an Intel i915 integrated mobile chip. I changed...
I've made some progress on this. I'm (re-)learning OpenGL as I go here, so pardon my silly assumptions and maybe you can offer some advice. It seems that my video...
Thanks for looking into this. It should be theoretically possible to do what you're doing now when floating-point textures are available and fallback to the encoding approach you outlined above...