Arne Brasseur
Arne Brasseur
The async is a red herring here, matcher-combinators does not work with devcards or kaocha-cljs in general: ``` clojure (cards/deftest non-async-test (is (match? 22 12))) ```  Because neither of...
I see, it seems the CLJS version still uses `::mismatch`: https://github.com/nubank/matcher-combinators/blob/638b7c8dd0ceb881f4edcb38676c3b60ad0f6a10/src/cljc/matcher_combinators/cljs_test.cljc#L47
Build a frontend for Clojars download stats. They make daily stats available as EDN files but there's no easy way yet to look at them. (trending, new and upcoming, most...
I... guess I should have known that :)
Making the names work in code with symbol renaming might need some significant rearchitecting. Deep-diff is typically used for dev tooling, what is your use case for needing it in...
Hmmm ok if that works then there's probably a better solution that's not too hard to do. I'll try to have a look but it might be a few weeks...
Happy to hear you found a workaround!
Go for it! Just open a PR, it'll likely get merged right away, or there might be a bit of feedback. We try to be fairly low process. Adding a...
decode-body is a multimethod, we should add a no-op :raw option, so you can make a request `:as :raw`. A pr for that would be welcome.
Thanks @knubie for reporting this. I think there's a few sides to this. Currently we accept a string body as being already encoded, but js/fetch also accepts a FormData, and...