Amar Sood

Results 51 comments of Amar Sood

One more report of this from me — hopefully this can have its unconfirmed tag struck given the video above and multiple reports.

It's unclear whether to put this here or in #2160, but I'm experiencing this when using `cat ` (no reliance on stdin). @scopatz asked for an asciinema in #2160, so...

To make a (hopefully small) request -- I'd love to ask that you make spec validation pluggable (or at least overrideable) if you add an internal implementation? I use [malli](https://github.com/metosin/malli)...

Thank you! This makes total sense to me and seems like what I've done. I think on (4), the natural default is the one which round-trips with highest fidelity and...

To provide an example of something that's kinda hard to do because of this state of affairs: I'd like to write a function which walks a schema like this: ```clojure...

I'm realizing that this may have more to do with how schemas are initially constructed? ```clojure user> (def options {:registry (mr/composite-registry (m/default-schemas) {:a/x 'int?})}) user> (m/schema :a/x options) :a/x user>...

@bbatsov from the linked section: > Moreover, also chains of methods and properties will be evaluated upon completion requests. So for example, asking for completions for the code / cursor...

Hey @vemv sorry that's my fault for cropping the screenshot -- it _is_ inside a `(comment ` block (the top of it is off the top of the video because...

@vemv I just tested it and it does indeed happen instead `defn`s too!

@camsaul is there any chance you might still be interested as you suggested (https://github.com/camsaul/methodical/pull/25#issuecomment-860108571) in seeing ClojureScript support in the library? I'd usually offer to contribute and take a stab...