Gordon Syme
Gordon Syme
> The key difference here is that the people who are writing the client library have a much better understanding of which function is mocked than the people consuming the...
Hi there, I'm hitting this issue too, we use enforcement mechanisms ([Maven Enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) for Java, `:pedantic? :abort` for Clojure) to make sure that we have no ambiguous dependencies in our...
Started on in https://github.com/circleci/circleci.test/pull/34 already.
The motivation to pick it back up again is good, I just saw the timestamp on that PR
I'm having a bit of trouble getting the newlines preserved all the way through to the CircleCI UI, gonna poke/ponder this a bit more.
Thanks for the PR! Would you mind undoing the `:require`/`:import` re-ordering, and the whitespace-only formatting changes? I am hesitant to switch to an alpha release of data.xml since that forces...
Sure makes sense, it'd be nice to protect against accidental inclusion of test config in a library at any rate.
Thank you for the PR! I do have some concerns about sending query string/parameters and form parameters in the general case, it's fairly common for those to contain secrets such...
`with-spy` and `with-stub` use `with-redefs` in their implementation to temporarily swap out the root binding of the stubbed var with one that tracks calls, so that when that var is...
Hi @nokite, Thanks for reporting this, the confusion I think comes from what info is available at which points in the process. E.g. env-vars aren't available for interpolation when we're...