Carlos Parada
Carlos Parada
> `Symbol` can also be weird with `DimStack` - a single `Symbol` `getindex` is essentially `NamedTuple` indexing to get `DimArray` layers by name. But `At(:symbol)` is indexing the values of...
> Yeah, this has been a contentious thing for a while. It initially required `At` - I chose it because its the shortest thing that could mean that to minimise...
> I may have a solution to this. We can use `getproperty` to access `DimStack` layers, instead of `getindex`, like: > > ```julia > julia> st.a > 10-element DimArray{Float64,1} a...
> This is going to break a LOT of scripts built on Rasters.jl. > > I will have to check in with people and see what they think, so it...
Seems like a good idea, but I think a different name would be better--`$SIGNATURES` would be confusing for function objects that have their own signatures as well.
> Thanks for asking. Currently I am neither using nor maintaining this package. So I am happy with the low visibility. I see, that makes sense—would you be willing to...
> This package is declared as "just syntactic sugar on top of [CxxInterface.jl](https://github.com/eschnett/CxxInterface.jl)" -- if that's so, I am wondering why it is a separate package; wouldn't it perhaps make...
@sethaxen will know substantially more about this than me, I think. At the moment, I'm trying to get the maintainers for all of these conceptually-similar packages together in one room....
> Integrals are convenient to define projections and compute function norms. Can you clarify what you mean by this? Basically, what I'm looking for is an easy interface that allows...
> Note that mapping to R^n is often quite far from the best you can do to integrate over a manifold: https://www-user.tu-chemnitz.de/~potts/workgroup/graef/quadrature/index.php.en . I wouldn't be surprised by that, but...