Ben Sless
Ben Sless
Hi, sorry I disappeared for a while, work got a bit too intensive, I verified the way I tested before, and I tested again and couldn't recreate the behavior. Looks...
Ah, I see. The musl compiled .so was added in v1.6 and you're using 1.5. If you're not interested in moving to the next version, another solution would be: -...
Perhaps this could help? https://gist.github.com/calebhailey/ed581beb1997892f63637da45263516f TL;DR - use `ldd --version`
I'll check that it works in our production environment and report back
@zerg000000 since the queue/interceptors keys are known at compile time, couldn't the interceptor chains be precompiled just as the router is precompiled? The only case where you'd _need_ a queue...
Yes I read that implementation before posting my reply. To reiterate the idea - the chain of interceptors could be derived for each path _in advance_. This case does not...
I managed to start a repl with these minimal changes: ```clojure (defproject metosin/pohjavirta "stub" :java-source-paths ["src"] :dependencies [[org.clojure/clojure "1.10.1"] [io.undertow/undertow-core "2.0.29.Final"]]) ``` Add `"target/classes"` to `:paths` then run lein javac...
Hey everyone, any update? It's been a year
IIRC you can't take constructors' value, the rule matches an application, I think, not a constructor
A single place where all the rules are written down will go a long way towards formalization and implementations (including how dup nodes are evaluated and when)