sovelten
sovelten
Can you explain why in the comments?
I was having this problem and solved it by removing the nrepl-history file inside `.local/cache`
Can you specify what kind of use case you would like to support? The current expectation is that whenever we use `api/eval` or equivalent, if any uncaught exception happens within...
@jtrunick Can you evaluate if #51 addresses your use case? (using `with-try` macro).
Hey @jtrunick, there is no official support for that in the API. You can always define some resulting node that is an aggregation of all the nodes you want. `{:a...
StateFlow core is not coupled with matcher-combinators as there is nothing in the core that uses or relies on matcher-combinators. What is coupled with matcher-combinators, though, is StateFlow's current clojure.test...
Regarding the specific suggestion, as long as the solution is within `cljtest.clj` namespace I don't see a problem with it. I would rather keep test report information in the metadata...