Jonas Enlund
Jonas Enlund
Would it perhaps be a good idea to create a linter that warns if a var created with `definline` is used as a higher order function? Is this something Eastwood...
The following call ``` (DELETE "http://localhost:3000" {:format (json-request-format)}) ``` makes an http DELETE request with the request-body `null` and `Content-Length` 4 even if no `:params` are specified. This is problematic...
I see the warning "Reactive deref not supported in seq". Is this limitation fundamental to how the reagent atoms work? Or is it something not yet implemented? In many cases...
I think it might be nice to have a guide for either _type hinting_ or _resolving reflection warnings_ Some prior writing on the subject: - [Java Interop](http://clojure.org/reference/java_interop) - [Did you...
With react version 15.2.0 I get warnings such as ``` Warning: Unknown props `hoverAnimation`, `dataPoint`, `handleMouseOver`, `handleMouseLeave` on tag. ``` with the BarChart (probably with other chart types as well)....
For some reason, I can't find a way to type curly brackets (`{` and `}`) in the repl input on my [Scandinavian keyboard layout](http://en.wikipedia.org/wiki/Keyboard_layout#Finnish_multilingual). When I type `AltGr+7` I get...