trying to get a list of all possible routes flattened: shouldn't this be possible with route-seq? it seems to hang forever when pass it my routes
seems like segments are quite restricted, used to have urls such as https://foo.com/api/entry/urn%3Afinity-data%3Aarticle%3A0b0a153d313f968e96f1af6b34852f286c6271ed/ https://foo.com/api/entry/urn:finity-data:article:0b0a153d313f968e96f1af6b34852f286c6271ed/ working with another router I was using
;; This is a very common form, so we're conservative as a defence against injection attacks.
(segment-regex-group [_] "[A-Za-z0-9\\-\\_\\.]+")
That's what route-seq is about, yep!
We use it for that in fact.