Fork me on GitHub
#juxt
<
2018-02-01
>
tcoupland08:02:54

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

kitallis10:02:36

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

conan15:02:56

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

dominicm23:02:07

@conan depends on your route structure :)

dominicm23:02:37

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