Daniel Compton
Daniel Compton
It could be helpful for users to have a `--dry-run` command they can pass when calling the `release` and `deploy` commands. This would show exactly what would happen before it...
I couldn't see any documentation on how to return exit-codes from eval-in-project functions called from a lein plugin. It also wasn't clear to me that eval-in-project functions are called from...
```tf resource "aws_s3_bucket" "mybucket" { bucket = "mybucket" lifecycle_rule { id = "cleanup" enabled = true expiration { days = 14 # mark as expired 14 days after creation }...
Firstly, thank you so much for this tool. It has saved me a lot of time and energy. The only manual work I needed to do with tfedit was to...
I want to block social, tracking, and really annoying ads, but am happy for the good ones, e.g. The Deck, Google, and a few other reputable ones to be allowed....
Currently when you run `lein doo chrome test` you get this: ``` sh $lein doo chrome test Building ... ... done. Elapsed 2.316741598 seconds ;; ====================================================================== ;; Testing with Chrome:...
It would be nice to have JUnit test reporting as this is the lingua franca of test result reporting. This can then be used in a number of CI tools...
Is it possible to get stack traces for errors from Karma? At the moment they look like this: ``` Chrome 46.0.2490 (Mac OS X 10.11.0) bigco.base.util-test fail FAILED Fail (fail)...
I'm wanting to remove the dependency on org.flatland/protobuf in https://github.com/apa512/rethinkdb-protobuf, but I'm not quite sure how to compile and deploy a JAR to Clojars. Compilation fails when protobuf is in...