Michael Gardner

Results 3 issues of Michael Gardner

By my reading of https://github.com/bbatsov/clojure-style-guide#vertically-align-fn-args, we should indent `if` like so: ```clojure (if condition (f1) (f2)) ``` ...but that's contradicted by other examples in the guide, which use the common...

enhancement

Malli [does not allow](https://github.com/metosin/malli/blob/60e0865fa7560882a0a4dc53aeb94a6beeaa5938/src/malli/core.cljc#L1764-L1765) wrapping the `:cat` in a function schema with e.g. `:and` or `:multi`, making it impossible(?) to spec a function where one argument determines the shape of...

enhancement

### Problem Statement We rely on Sentry to notify us when things go wrong, so when the SDK silently drops events (for example due to size limits) it's very problematic....

Platform: Java