Alexander Plavin
Alexander Plavin
> Since IntervalSets defines the abstract supertype Domain, it is impossible to provide functionality for domains without affecting intervals. Sure, and that is totally fine. As long as this functionality...
Anyway, that extended discussion is somewhat tangential to this specific issue. No matter what other packages do, I think it still makes sense to define operations that make sense for...
[merge approved]
I wonder how it compares to `mapview(f, A)` from FlexiMaps.jl? Would be nice to have such a comparison in the README (or make a PR if there's some minor thing...
Thanks @emmt! Sounds like a couple of specific but common usecases that are definitely supported by `mapview()` – but can use a more explicit mention in the docs. Let me...
Splatting is reasonably used only for small numbers of arguments in Julia. Then, the most straightforward dependency-free implementation is even more performant than this PR: ```julia julia> ints = Tuple(i..(i+1)...
Yeah, don't know the current state of the Julia PR https://github.com/JuliaLang/julia/pull/46104, but copying tuple sorting from there ```julia function tsort(x::NTuple{N}; lt::Function=isless, by::Function=identity, rev::Union{Bool,Nothing}=nothing, order::Base.Ordering=Base.Forward) where N o = Base.ord(lt,by,rev,order) issorted(x,...
> It supersedes all projects for cartography in Julia and other languages. It seems to only handle coordinate conversion, not other aspects of cartography...
I'm not a maintainer here and don't directly influence registration decisions, so feel free to proceed in whatever way appears reasonable. The reason I opened this registration link is because...
Yeah, that sounds like a very descriptive name! Maybe in the future some reuse (of code or ideas) would be useful between these and https://github.com/JuliaAstro/SkyCoords.jl – that package defines main...