Results 44 comments of Frozenlock

Ah I see, I will give Expound a try. Thank you very much!

I gave Expound a try and IMO it's not as good as handy as the information in the exception message. Would you be open to having different messages? "Call to...

My point wasn't about being manual and repetitive, but being confusing and prone to spillovers from one test to another as the project files are re-used. For example, let's say...

Those were built on top of each other: #24 -> #26 -> #27 (So #27 contains everything) Not sure if they should be merged one after the other. IIRC #25...

Hello there! Any update on this?

You are right, I have some new unchecked files. I'll fix this ASAP.

I have another PR I'm working on, so you might want to wait a little before a new release.

My next PR might be more involved with a higher risk of conflict if the pending PRs are not accepted or require revisions. When you'll have time, could you give...

I've been playing around with [component](https://github.com/stuartsierra/component) recently and found a template built in a way to re-use many little components. https://github.com/juxt/modular/blob/master/lein-template/resources/manifest.edn It might be over-designing it (it's just a template...

You basically have 2 choices if you want to use Figwheel with Cider: - Start Figwheel using `lein figwheel` and then `M-x cider-connect` to the port 7002 (default). At this...