Re: ClojureScript repl over proxy

2021-04-22 Thread Lars Rune Nøstdal
Hi, I would stick with SSH tunnels for this tbh.. Because once you fix this particular issue right here, there's 2-3 similar issues showing up in 2-4 months; who knows. I use a tiny bash script in each project that deals with the particular ports needed. mvh, L On Wednesday, April 21, 2021 at

Re: Routing for a non-web-app

2021-04-22 Thread Blake Watson
I tried Reitit a couple of months ago so maybe I'll look at it again. || > (bidi.bidi/match-route ["/foo" :bar] "/foo") || {:handler :bar} Yeah, the simplicity of bidi is nice. I couldn't figure out if it would also parse out query params. Like: "/foo?a=123" {:handler :bar :query-params {:a "123