Andrea Richiardi

Results 486 comments of Andrea Richiardi

Yep I am aware of the eval limitation and still hammock-ing on that as well :smile:

Thank you @jeffvalk this is exactly what I was looking for! And yes I would say that - naively maybe - I was kind of thinking you could still use...

I have a use case for transforming - and the might be a better option there. The use case would be when you have a `clojure.java.jdbc` call that contains `:qualifier`:...

...and it turns out there exists a `:identifiers` functionality for doing that before `:qualifier` is applied. Therefore the following works for me without any change to `camel-snake-kebab`: ```clojure (clj-jdbc/execute! db-spec-or-tx...

I have a similar problem when running `sudo openpyn --init` after having installed with `pip install --user`: ``` File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3105, in @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3089, in _call_aside...

Yep I don't think this works as it is

Oh I have run into this when trying to override a key for an entity before the following: ```clojure (def ^:private crux-entity-w-ranges (assoc crux-entity :reference-range-set/reference-ranges (s/coll-of ::mapper.reference-range/crux-entity))) (def crux-entity-w-ranges-spec (ds/spec...

I tried the following but for some reason it still does not work (still checking for the `:reference-range-set/reference-ranges` key) ```clojure (def ^:private crux-entity-w-ranges (dissoc crux-entity :reference-range-set/reference-ranges)) (def crux-entity-w-ranges-spec (ds/spec {:name...

I was also wondering, as I am especially interesting in "closed world" assertions...and `fail-on-extra-keys-transformer`.

I would also be interested in this, especially regarding `lumo` compatibility. I have not started using `spec-tools` extensively but I feel I will have that requirement soon and probably can...