Rafael Schouten
Rafael Schouten
Yeah, the sink syntax is better as it matches DataFrames.jl
Seems easier for us at least :)
The bug is that some selectors dont work on Regular Center Intervals lookups with DateTime becuase its not clear how to find the `intervalbounds` exactly, because the step size of...
Yeah. But step sizes of days, hours and seconds are pretty well defined so we could at least make them work everywhere without ambiguity.
Yeah. Currently the pixel boundaries are the mid-points between each center, but thats not amazing. Need to check everywhere this can happen and prefer Explicit
Seems hard to get right, with potential problems... But could be nice too
Ahh right I just changed it, we mustn't test plots going through that dispatch. Do you have an example I can put in the tests?
Have you tried `intervalbounds` ? (we should probably document it and internalise most of the methods...) But you can do `intervalbounds(lookup::Lookup, i::Int)` for each interval to be returned as a...
Why is it ugly?
It's generic over all span types. What youre talking about will only apply to `Regular` lookups that are actually ranges