Alexander Plavin
Alexander Plavin
should be ready!
Not sure what is the best way here. I'd suggest being totally sure a foundational package like this doesn't throw any warnings on installation/loading in at least 1.10 and newer....
Yeah, that's what we ended up doing in Accessors for now: https://github.com/JuliaObjects/Accessors.jl/blob/270e78fed32763096c448541148d520aa275e667/src/Accessors.jl#L19-L22 and https://github.com/JuliaObjects/Accessors.jl/blob/master/ext/AccessorsDatesExt.jl
Sure, it's an important usecase to support, but is the current child order itself "by design" or just as a result of the current way to handle children? For example,...
Any difference from UnicodeFun.jl's functions? Would be nice to have a comparison or at least a mention in the README :)
UnicodeFun provides subscript/superscript conversion: ```julia julia> using UnicodeFun julia> to_subscript("ax123") "ₐₓ₁₂₃" ``` That's why I wonder what the differences are... Depending on how big the differences are, would be nice...
Could you please add a comparison with https://github.com/JuliaAstro/SAOImageDS9.jl? How these packages differ?
Can you add the functionality comparison to your readme? Regarding > Additionally, I see that SAOImageDS9.jl has not received any significant update in the last 5 years, so I am...
pinging SAOImageDS9 devs: @emmt @abhro @icweaver @sefffal
Just a suggestion – more descriptive name could be helpful for clarity. "Fuse" tend to be associated with the filesystem, as in https://juliahub.com/ui/Packages/General/FuseApi.