Max Penet

Results 71 comments of Max Penet
trafficstars

From a quick look at the source it seems it should be fairly easy to wire this option in core/extract/parse/play unless I am mistaken. Let me know if you'd take...

You do have a joda date instance that contains this info tho. You could return that instead. We just use our own "parse" function for now and set date-fn to...

Hi, If that pr goes forward you might want to read https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html#xmlinputfactory-a-stax-parser and disable some of clj.xml defaults, at the very least these 2: ```clj :support-dtd false :supporting-external-entities false ```...

Hi, I think this might be triggered by this, I will change it to be more lazy. ``` clojure (ns qbits.jet.client.ssl (:import (org.eclipse.jetty.util.ssl SslContextFactory))) (def ^SslContextFactory insecure-ssl-context-factory (SslContextFactory. true)) ```

This should be fixed by https://github.com/mpenet/jet/commit/a9f435a9de6c608c2a086d07aa91b2cde97534e0

I ll cut a release shortly (I want to get rid of some reflection that was introduced by a recent PR before).

Available as [cc.qbits/jet "0.6.6"] Thanks for the report!

I think this could be something in clojure itself, I just tried to comment everything and find the source and it seems it's triggered when importing some jetty ns as...

Nevermind I got it working, but maybe this should be made automatic: I had to manually `eredis_sub:subscribe/2` once `eredis_connected` is emitted. I guess you maybe don't want to do channel...

Sure, I am interested! I actually have some early work going that direction in a stash I think, but feel free to open a PR with your take on it.