Carlos A. Michelén Ströfer
Carlos A. Michelén Ströfer
I also think AbstractAxisArray would be very useful. I would personally like to create my own custom types that have fixed dimension and axis names. And create plot recipes and...
Great! I am glad to hear you've been working on this too.
Had the same error. Removing the `@contents` worked.
Hey folks, this definition conflicts with Unitful's "attosecond". See: yakir12/UnitfulAngles.jl#30. Thoughts on the best solution?
`das` is also problematic. One option is to add the *milliarcsecond* and *microarcsecond* directly (and not allow prefixing). As far as I can tell these are the only two prefixes...
I should have read this thread more carefully. I see this common sentiment and I agree: > I'm not sure it's worth a new unit for what is actually a...
FYI I recently created a new package, [DimensionfulAngles.jl](https://github.com/cmichelenstrofer/DimensionfulAngles.jl) to treat angles as a dimension and I included the `as` as well as other [astronomy units](https://cmichelenstrofer.github.io/DimensionfulAngles.jl/stable/guide/units/#Astronomical-units).
Also, when using the filters at the individual test level, I need to use double backslash or get an error about invalid escape sequence. What works for me is: ```julia...
Thanks! Maybe it's related to MichaelHatherly/CommonMark.jl#42. I'll investigate later.
In this specific case the comma at the end of the first line is the 91st character. There is still space for another character. I believe the original example should...