Daniel Higginbotham
Daniel Higginbotham
It looks like the `dest` parameter is unused in transactions-with-schema: https://github.com/bitemyapp/brambling/blob/master/src/brambling/moves/ya/bits/migrate.clj#L141
The following params: `{:a :x/y}` Yields a query string of "a=y", which is a breaking change from 0.5.8. I think it's better to include the namespace in the param values...
It should be possible & relatively easy to generalize [`spec-gen-assoc-relations`](https://github.com/reifyhealth/specmonstah/blob/develop/src/reifyhealth/specmonstah/spec_gen.cljc#L44) and move it into the core namespace. One use case I've found for this is associng ids generated by a...
as an open-source project, this should not use the same circle resource's as reify's private projects EDIT: In addition, we aim to have this on circle 2.0 (won't have a...
it would be super dope to get clj-kondo to recognize `o/defstyled` :)
Release?
Is it possible to do a release, even a snapshot? I'd love to be able to use `webica.expected-conditions` :)
add `cause` argument to `-fail!` so that it can get passed through to `ex-info`
This is the weirdest problem. In the `remove-nodes*` implementation for BasicEditableDigraph, an exception gets thrown because `(:in g)` returns `nil`. `(get g :in)` returns a correct value and calling `(:in...
It'd be nice to be able to write something like: ```clojure (wrap-restful-format handler {:params-options {:transit-json {:predicate pred-fn}}}) ``` It looks like `{:predicate pred-fn}` gets stashed under the `:options` key by...