Mauro
Mauro
Is there a fix in sight? Or what's the work-around?
But the fix lies with Unitful, right?
Ok, I'll see whether I can file one. But it will be a few days until I get the time to look at it. The easiest work-around is probably to...
Why not use, say, `load(File(format"PNG-ARRAY", "my.png"))` to specify that I want to use a different loader to the standard one?
The loader of `format"PNG-ARRAY"` returns an array, whereas the loader `format"PNG"` returns an image type.
I see (well not quite), in that case that does not work.
Is there a central place where the format-strings are stored?
I don't think one can document types with parameters separately for different parameters. To actually be able to find the documentation of a loader, some call involving the file itself...
(+1 to documenting the `::` syntax.) But that then means that the doc-string returned by `?load` is huge, as it is the concatenation of all of the method doc-strings (currently...
Isn't this https://github.com/JuliaLang/julia/pull/20142 what we need here?