Rafael Schouten
Rafael Schouten
Thanks, that's amazing advice. You are totally correct I had been avoiding long lists of if blocks because I often have over 50 fields and was concerned about the overhead!...
I got into this last night and have a fully working (non-evil!) version using a combination of the methods we discussed here. https://github.com/rafaqz/Flatten.jl You can update fields at any point...
Yep, exactly. Somehow my attrempt at a MWE was throwing an unrelated problem with `display`.
It shouldn't be too hard to write if you want to have a go at it. I haven't had time yet as this is more something I want to work...
To chime in here I have to say that something seeming weird is less of a problem than someone trying to do something sensible but being prevented from doing it...
This sounds reasonable to me. UnitfulBase.jl and Unitful.jl could both be in this repository, minimizing the maintenance overhead, sharing docs, etc. UnitfulBase.jl would be a subdirectory.
It can be wherever we like. Its just a regular package structure in a subdir. You can register with `At_JuliaRegistrator register subdir=UnitfulBase.jl` (or similar) . But see what people think!...
Sorry I forgot it doesnt recognize code blocks...
Great to hear your'e working on that! Sorry for the constant feature requests ;) I found that normal args are faster than keyword args, so having a wrapper with keywords...
Ok that makes sense. Probably the FillValue would need to be transformed as well I guess, which should remove that ambiguity? Another option is choosing a fill value, like NaN,...