Anshul Singhvi

Results 1166 comments of Anshul Singhvi

Yeah, it is quite a problem - I guess the downside of having widely used packages is that there are a lot more bugs for comparatively fewer developers per user......

For now we could fully materialize both X and Ti as array like lookups, I suppose? But this would be a huge mess trying to mix aligned and unaligned dims

If the Unaligned can pull in the Aligned then that works cc @kapple19 - this sounds similar to the usecase you had in mind, but I don't know whether your...

I was just thinking, this will also set us have vector data cubes with time varying geometry a la post. But it would require that multidimensional lookups no longer are...

Yeah, that's the only way even for this though right?

`ismultidimensional` would be nice but maybe too broad of a name?

That sounds like a great idea, thanks for proposing it! I don't currently have the time to solve this but will hopefully be a bit more free in December. The...

I think there's a method that can be dispatched on to correct this for individual plot types, but forgot what it is...

Shouldnt defining `plottype(::DimensionalArray})` just work?

Ah we probably need to define expand_dimensions then