ldnclj

Find us on #clojure-uk
thomas 2016-03-13T11:35:29.000005Z

morningh

thomas 2016-03-13T11:56:10.000006Z

aarggghhh my code stopped working and I have no clue why… I didn’t change anything (at least I think I haven’t)… and now I get an error when trying to create a JS object 😠 😡

mccraigmccraig 2016-03-13T16:09:08.000007Z

cosmic rays done been flippin' your bits @thomas, it's the only explanation

2016-03-13T19:12:33.000008Z

I hate those cosmic rays. They're always getting into my codez.

thomas 2016-03-13T19:55:15.000009Z

I know… mysteriously my code works on Firefox at the moment, but not on Chrome. where it did work previously.

kushalp 2016-03-13T22:20:41.000010Z

I’d like to put a small Clojure app infront of an existing app. The plan is to progressively implement the existing app’s API (and take it’s traffic) whilst letting all routes that aren’t implemented fall through to the old app.

kushalp 2016-03-13T22:20:58.000011Z

Are there any decent request forward proxies for Clojure?

kushalp 2016-03-13T22:21:12.000012Z

Bonus points if it plays nicely with ring

kushalp 2016-03-13T22:25:26.000013Z

And I know I can use nginx to implement the specific routes, but I’d like to do some tracking of the request bodies as they come in. The plan is to use that info to “fix” broken bits of the API for the next iteration.

practicalli-john 2016-03-13T23:52:08.000014Z

Hmm, trying Java 9 on Ubuntu with Leiningen seems to have an issue pulling dependencies from Maven Central. I am assuming there is a missing certificate in Java 9 that is causing the errors I am getting. Anyone else on the bleeding edge have this issue?