Matt Cirillo

Results 2 issues of Matt Cirillo

I'm getting this message when adding clj-firmata 2.1.1 to my project dependencies. I'd rather not use the insecure workaround. Any idea what is causing it?

Hello! I was trying out this wrapper and came across a problem when writing using `s/for` like this: ```clojure (s/for [[v] some-sequence] ; no index binding ...) ``` Shadow throws...