Matt Carroll

Results 352 comments of Matt Carroll

Yes, it's a workaround, but by definition that means there's a problem to work around. I don't think it's a good idea to make assumptions about the rate that fonts...

@coreysprague that's correct. And the same is true for CI. Failures in CI is the primary outstanding problem, but that problem is the same as what you've described.

Also, another feature that might make sense with this change would be to only update goldens that don't exist yet. That way, I can checkout a repo and immediately generate...

That approach seems to work.

Animation screenshots would probably also be useful. I don't know if 2 APIs are more conducive to these 2 situations, or if they can easily operate with just 1 API,...

@coreysprague FYI - I just ran into this requirement on another project. Any chance that we'll see this capability soon?

Animation sheets look like they're tailored for animations, whereas I'm looking to take snapshots of multiple screens back to back. I'd also like to take snapshots on the web, which...

Sure, the feed with the "media:thumbnail" under "channel" can be found here: http://feeds.feedburner.com/blogspot/AndroidDevelopersBackstage You'll notice that "media:thumbnail" is where the album art is URL is declared.

I recommend against this proposal. I think the recommendation to extend an abstract class, rather than implement an interface, simultaneously avoids the root problem, and encourages harmful behavior. First, in...

`PositiveDuration` is another great example of a poor software engineering decision. A `Duration` can be positive or negative. If you prevent negative values, you're not a `Duration`. That's not a...