tomerarnon
tomerarnon
Fair enough, I definitely agree with that philosophy. I wonder if a nudge or suggestion to print-debug could be helpful though in some cases?
2 is quite an interesting idea! Something like that hadn't occurred to me. It might be simple to make a type that does this, but I think overloading `getindex` would...
>Another simpler option might be to provide ones(9) and check that we get index 5 and not anything else? I quite like this idea! Simple.
Intersections of `Box`/`Ngon` with `Segment` is also missing (I wanted to see whether I could process the `Rope` as a series of segments).
Yes! `intersects` is great to rule out an intersection in some cases. But when one does exist, I need to get the point/s in some cases.
I can't share my particular profiling data or code, but the setup is quite simple. I used ProfileView.jl and ran my "ros loop" for a set number of iterations (I...
That indirection does circumvent the error, thanks!
In that case, I'd like to make this a feature request to be able to override a template easily (e.g. with another abbreviation or something) 😅 Should I change the...
Maybe a macro or a different abbreviation at the top can be used to ignore the template? I haven't looked into any DocStringExtension internals, so I can't suggest anything concrete...