Ben Kelly
Ben Kelly
@wesleytodd can you provide an example where the path segment approach provides a different ordering? The example in the link you provided would result in the same ordering with my...
@posva Do you have an opinion on the proposed algorithm in https://github.com/WICG/urlpattern/issues/61#issuecomment-887000984 and https://github.com/WICG/urlpattern/issues/61#issuecomment-887129912? How does this compare to the route ranking that is done for Vue?
@wesleytodd Again, if you have an example where the segment-based approach results in a different ordering it would be great to share it. Right now I believe my algorithm is...
I appreciate the feedback. The link to that find-my-way ordering algorithm is definitely useful. Again, I think the comparison I am proposing here is roughly equivalent to what find-my-way is...
The proposed (but not final) `URLPattern.compareComponent()` is now available in [chrome canary](https://www.google.com/chrome/canary/) 94.0.4590.0. If you have time and interest, please give it a try and let us know what you...
I looked a bit at [find-my-way](https://github.com/delvedor/find-my-way). I had a bit of a misunderstanding previously about where the radix tree came into things. I was thinking it was used to perform...
I'm not sure I will get to this in the first iteration, so tagging as an enhancement.
AIUI, the reason for not serializing/cloning URL objects is that they have mutable attributes. Is that true? URLPattern objects are immutable. Are there other reasons why URL is not serializable...
Again, I'm not sure those URL properties apply to URLPattern.
Maybe I misunderstood. I thought you were arguing URLPattern should not be serializable/clonable because URL is not serializable/clonable. But AIUI that restriction on URL is because its mutable, but URLPattern...