Rafael Schouten

Results 976 comments of Rafael Schouten

So this may be the actual bug: ```julia julia> collect(x for x in a_disk) == collect(x for x in a_ram) false ``` Generators are broken on the `ConCatDiskArray` when its...

This is the fix if someone wants to PR it to YAX: ```julia Base.Generator(f, A::YAXArray) = Base.Generator(f, parent(A)) ``` And we need the same in Rasters.jl. Unfortunately this is going...

Probably we should allow Dimensions, dimensions types and symbols. And maybe, if the dimensions holds a lookup, we use it as is, if it's a colon we use the dim...

Right, it just needs to treat that like a scalar