Mauricio Scheffer
Mauricio Scheffer
`/teamcity` sounds good to me. I kinda regret now using Windows-style args, but that's a different discussion :)
Cool, I'll review it when I get some time. Thanks!
Sorry, can you push it so I can review it?
@Novack- Nothing AFAIK, go ahead and implement it.
MultipleCultureAttribute is not the same when applied to a class as when applied to a method. When applied to a method, FixtureSetup is run only once, then Setup is run...
Yes, it seems to be an issue with the gdata API. I found: https://productforums.google.com/d/msg/docs/gM5l95M1tQo/HaY_ghSImwIJ http://stackoverflow.com/questions/7108001/google-spreadsheets-api-removes-underscore It seems that switching from list feed to cell feed works around this problem. This...
So basically you _do_ have a fixed and known number of columns, but you don't have the types, right? If so, have you tried making your properties strings or objects?...
Personally, I've been running individual tests using the `Test.filter` function in a script/REPL, and when running all tests CTRL-F5, so I haven't missed this feature too much. Implementing it would...
Where do you see the title "untitled"? Can you share some code?
Unpack the WAR file, replace all the JAR files. If you're not familiar with this, consider it an opportunity to learn (everyone needs to have a basic understanding of Java...