Yonder Blue

Results 49 comments of Yonder Blue

ok in that case to keep the actual output fast while the tests are running the existing format should be kept, and another subcommand added to the tool that allows...

Hey if you have a sec check out the [view](https://github.com/gaillard/SharpCover/tree/view) branch and let me know what you think! Let me know if that would serve your purposes of easily adding...

Its not possible at the moment, tonight I'll look at what it takes to add it in, thanks!

I have been reallllly strapped for time lately, if anyone has the time to get a pull request together that would be great. I'll get to this as soon as...

Under http://stomp.github.com/stomp-specification-1.1.html#Standard_Headers it is mentioned that any frame can use receipt exception CONNECT. However setting sync to true (btw the docs say that true is the default but the source...

Any way that propagates the error to the final ToSql?

Note the above doesn't work when you have parameters in the main query as the position markers (like `$1` if on a db that uses them) are captured and then...

What about adding a -minbenchiterations that takes precendence over benchtime so faster benchmarks can complete quickly and longer ones can still run enough times for a meaningful number?

@josharian Say I have two benchmarks A and B, A takes 10s to get to 1k iterations and B 1s to get to 1k iterations. I'd like it to run,...