juxt

2018-02-01T08:27:54.000323Z

@mpenet cheers, writings a new one didn't take long! They do like breaking things don't they.

kitallis 2018-02-01T10:56:36.000602Z

@malcolmsparks that’s what I ended up doing, made a customer literal, thanks.

conan 2018-02-01T15:45:56.000329Z

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

dominicm 2018-02-01T23:47:07.000458Z

@conan depends on your route structure :)

dominicm 2018-02-01T23:47:37.000182Z

If you have the same issue as #42 then I suspect bidi.ring may hold some answers for you.

conan 2018-02-01T23:54:13.000206Z

Thanks!