Maximilian Linhoff
Maximilian Linhoff
Shouldn't the `"utf-8"` just be replaced with `sys.getdefaultencoding()`?
If the encoding is known, `SyncWrite` should get it it `__init__` as an argument and use that and at the point where you create the `SyncWrite` you pass the correct...
Using chardet is only a last resort. You should be able to *know* the encoding of the stream you are working on.
This can be fixed by encluding ``` setenv = PYTHONIOENCODING=utf-8 ``` for the envs in `tox.ini`
That's what I am doing now, the question was if this could be somehow automatized by the plugin so that the standard makefile "just works"
How does the theme address auto generated docs?
Isn't autogenerating docs pages orthogonal to how the theme makes it look?
Yes, I still think this is a good idea, however I cannot promise when I can get back to it
We need both. We have coordinate trafos in event wise processing that have other constraints that prevent bunching them into large arrays. In later stages of processing, we then deal...
I guess so, and I guess that internally in astropy there are many places where you can rely on something already being validated. But that would require mich more investigation...