Alex Gunnarson

Results 89 comments of Alex Gunnarson

I think, having given it a bit more time, I would like to do a PR for this. Any explanations or insights you have would very much be appreciated. Another...

This is what I've currently hacked together to get some semblance of immutability with an observable collection. Not the prettiest, but here it is: ``` Clojure (defrecord FXObservableAtom [^clojure.lang.IAtom immutable...

I took a look at `pset` around a week ago and from what I remember, it gets the default property via reflection initially but it memoizes the results to avoid...

No worries! Thanks :)

@ptaoussanis Hey Peter! Thanks for the quick response. Understood — will provide this info at some point soon.

Hey! Thanks for your quick response. - Running `2.8.0-beta3`. I believe there was some reason why we're using a beta version, but I don't remember precisely why. Could have been...

If CloudFront logs are to be believed, the following headers were forwarded for the most recent offending WS requests (all such requests yield 401 or 502 errors): ``` Accept-Encoding Accept-Language...

Just checked and the vast majority of our WebSocket requests (both failed and successful) are HTTP/1.1, so we can seemingly rule out the headers issue.

Thanks so much for your help @ptaoussanis! Unfortunately after some deliberation we decided to move to Jetty 11 and put together a working Sente adapter for it. Took a bit...

Cross-posting https://github.com/taoensso/sente/pull/426#issuecomment-2098891427