Mauricio Scheffer

Results 205 comments of Mauricio Scheffer

Looks like AppVeyor changed something and broke the builds. It doesn't even understand the basic msbuild targets in the projects. I'm reopening this and removing the link to AppVeyor until...

@haf Thanks Henrik!

Does the Google Spreadsheet API really support projections? If so, could you point me to the relevant documentation?

Maybe relevant: http://fpish.net/blog/anton.tayanovskyy/id/3722/201426-deterministic-parallelism-with-logging https://twitter.com/__josejuan__/status/431516502924066816

You mean you have multiple concurrent writers? Or does even a simple `row.Update(); row.Update();` fail?

My guess is we need to change the row's etag with the response of each update. Could you check that?

Or generate NUnit-style XML output.

Yeah, I agree it's not worth messing around with that library, instead just writing the special messages as strings to console. I'd love to merge such a feature of course...

+1 for scrapping the Fuchu.TeamCity project. As for command-line options, I'd model that as something like: `type TeamCityOutput = EnvVariable | ForceYes | ForceNo` then add that to `RunOptions`, then...