Tamas Herman

Results 76 comments of Tamas Herman

What gave you the idea to try `(set-env! :lein {...})`? Maybe we can look at that source and understand the general philosophy behind it. I think the fundamental problem here...

What problem does it cause not having `{:profiles {:dev {:source-paths ["dev"]}}}` in your `project.clj`? My guess would be that Cursive won't give you symbol resolution for files in that directory.

@shaunxcode can you merge this please? I'd like to give it to my colleagues but I don't want to explain to them one by one that they need an extra...

@Weltraumschaf what would you expect if you have multiple run configurations? should all of them reflect the state of direnv at the time when u clicked on the "import direnv"...

Maybe we can just recommend in the documentation to fork Morse and tell which files should be edited, to affect the default bindings. At least as a start. That way...

isn't this the issue, which was addressed by [specter 1.1.5](https://github.com/redplanetlabs/specter/blob/master/CHANGES.md#115)? because it can be closed then, i guess.

Kaocha `1.87.1366` still has this issue. I have a very short repro example. Given this test: ```clojure (deftest thrown-match?-test (is (thrown-match? 1 1))) ``` without the fail fast feature: ```clojure...

actually, i have a custom version of `kaocha.report/testing-vars-str` and `kaocha.report/fail-summary` for `:kaocha/fail-type` & `:error` dispatch values, but even without that customization the problem is the same, just the output is...

We hit this issue again last Friday, but luckily we were pair-programming and I remembered this issue.