Adrian Price-Whelan
Adrian Price-Whelan
See local branch: `potential/fix-time-support`
But I haven't implemented the case with, e.g., one position and many times.
Note: It looks like I wrote this ~1 year ago, but forgot about it. I should audit the content!
Just re-discovered this! One workaround is to use the `:no-main-docstr:` option, but then you lose the main docstring (not a problem in my use cases).
In reading a bit more about `MappingProxyType`, I came across this discussion: https://stackoverflow.com/questions/41795116/difference-between-mappingproxytype-and-pep-416-frozendict Given that `ImmutableDict` is pretty lightweight to maintain, I don't know that it's worth it. If you...
@ChrisBeaumont Can you explain what issue you were having with missing data? I just did a test with missing data in a CSV file and it worked as I expected..
Could throw in a javascript hack to adapt the size of the figure to the page, but another option is to just use Cmd + - (in Chrome, for example)...
With the new setup, maybe a little help button on the page somewhere?
Hey @weaverba137 -- I suspect @astrofrog has silenced his github notifications. I'll post this issue in the Astropy slack channel.
I see this too. I only run in to this issue with raw strings -- if you remove the `r` it seems to work as expected.