Eero Helenius

Results 54 comments of Eero Helenius

Similarly, Tutkain should probably suggest only Clojure namespaces when requiring and only Java classes/interfaces when importing. Ought to consider a general approach to conveying auto-completion context over the backchannel.

Whew… I think that's all I'm going to implement for now. I'll look at implementing the rest if I come across a situation where I need them (or maybe if...

In case someone else needs this fix, I've pushed `me.flowthing/re-frame-utils {:mvn/version "0.1.1"}`, which contains this fix, as well as some dependency updates.

I encountered the same issue and it's preventing me from using this library in my project. PR #8 should fix this issue. Would it be possible to merge it and...

This is https://github.com/sublimehq/sublime_text/issues/5283.

Actually, is this what the *Caveats* section of the README refers to?

(Disclaimer: I'm not a security professional.) I've spent the last couple of days looking into WebSocket security and I'm mostly left confused. I don't understand how Sente's anti-CSRF token implementation...

I started evaluating the change, but I'm having trouble setting up the requisite middleware correctly (not Sente's fault). I'll keep at it, but in the meantime: I think v1.2.0 already...

Just some preliminary results: the new CSRF scheme seems to work OK in that I can't connect to a WebSocket endpoint from a different origin without the anti-CSRF token any...

The docstring for [`ring.middleware.anti-forgery/*anti-forgery-token*`](https://cljdoc.org/d/ring/ring-anti-forgery/1.3.0/api/ring.middleware.anti-forgery#*anti-forgery-token*) says: >The default session strategy stores the token directly, but other strategies may wrap the token in a delay if the token is expensive to compute....