A Brooks
A Brooks
I could see a case for a wrapper library like `lambdaisland/fetch` catching the error or even rethrowing a more reasonable one, but that would be an expansion to this library's...
Based on looking into it further, MPL and EPL are very similar and as far as I can tell, can be combined freely.
Latest version of Reagent's test suite: https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/template.cljs. While I'm just integrating Hiccup tests for now, I'm trying to avoid introducing any incompatibilities.
I think we can merge this after #5.
I believe that #7 would have been caught by these tests.
Caught more issues introduced (I'm pretty sure) by #5: * If the class is specified in the initial keyword *and* the attribute map (e.g., `[:div.foo {:class "bar"} "baz"]`), it's now...
@rafd I'm planning to address this issue, but if you'd be interested, let me know.
@rafd No problem, just thought I'd offer.
Not sure where this falls on our priorities. It would be more of an effort to pre-emptively find gaps or bugs than addressing a specific need. On the other hand,...
Since we might want to make other warnings configurable, I think we should either: * Accept a list of warnings to mute like `:mute-warnings [:zero-assertions]`. * Allow for both increasing...