sveri

Results 9 comments of sveri

Initially not, but I just tried it and it is still reported as not used. So, unfortunately this does not help.

How about adding a key to cljdoc.edn like `:cljdoc.doc/for-release` which refers to the version that the documentation is valid for. So a lib with version 0.3.4 has an entry in...

I am interested in this. My usescase actually not is to call them in a specific order. Instead I have a set of tests that will have to be run...

Hi @waghanza Thanks for your reply, I honestly applaud your effort so far and wish you good luck going forward. Just had a look at https://github.com/the-benchmarker/web-frameworks/pull/3958 and it sounds reasonable,...

I just had a similar case. I was adding a new dependency and added some code, while creating a circular dependency. Then I got a stacktrace that looked recursive and...

@eggsyntax My cljs directory was contained as a source dir, so that was not the problem.

I have the same problem. To be honest I spent several hours trying to figure out what I did wrong as I think this is the most basic usecase regarding...

I would love to have that or at least be able to provide an interceptor that adds a default respone format. Usually in a web application you decide for one...

Hi James, Thanks for your detailed explanation. Putting this in the README surely is worth it. After reading the existing one I got the impression that flow could be a...