Arthur Depasse
Arthur Depasse
Woah thanks a lot for the comprehensive explanation, it's crystal clear ! Ultimately I ended up doing the same thing as you did in your implementation of `slice_axis_move` by leveraging...
> Fwiw, this isn't true. Calling .clone() on an ArrayView does not copy the array data; it just copies the pointer, shape, and strides into a new view. This is...
So a None value is considered as a defined one ? In that case, is there some way to check whether a value is Some or None from the template...
Quick question on the scope of this issue. I assume you are speaking about https://cs.github.com/charliermarsh/ruff/blob/1d13752eb1e33632c8f83b84004958b1c7c0c99d/src/fs.rs#L29 and more specifically what happens when matching against a `complex` exclusion rule, is that correct...