Kenny Williams

Results 53 comments of Kenny Williams

I have not used it in Clojure. We had to write a custom solution for creating tree graphs in Clojurescript. It looks like dali would make creating these sorts of...

@kachayev @ztellman I'm quite interested in this feature. Is there anything more that needs to be done here? Happy to step in if so.

Yes @oryband, though I'm not fully satisfied with the solution, it does work for our use case -- just data validation. At each `:merge`, I am able to loop through...

@punit-naik I can't prioritize this right now, sorry.

This is related to #10.

We have also thought that this would be a useful feature. The way you implemented this feature in #11 is by including a separate function `datomic-schema-from-composite-spec` that parses a spec...

Your function correctly uses `datomic-schema` on the keys of a map Spec. The problem is coming up with a way to _get_ the list of keys from a map Spec....

The `with-map-keys` function usage looks good. I do not agree with the implementation, however. The simplest form of this function would be to parse the map Spec and return the...