@mpenet cheers, writings a new one didn't take long! They do like breaking things don't they.
@malcolmsparks that’s what I ended up doing, made a customer literal, thanks.
hi folks, i've just spent 30 minutes trying to figure out a bidi problem, so i thought maybe i should try asking here. How do I match my root path? I found this issue but it contains no answer: https://github.com/juxt/bidi/issues/42
i've tried matching on ""
, nil
, :root
_
(doesn't compile) and now i think i'm probably barking up the wrong tree
@conan depends on your route structure :)
If you have the same issue as #42 then I suspect bidi.ring may hold some answers for you.
Thanks!