Jonathan Bailey

Results 38 comments of Jonathan Bailey

so I'm guessing this isn't maintained anymore?

This is extremely annoying, I find it usually is not monospaced, and only occasionally monospaced.

Sorry to jump in, just wondering how making new versions could unintentionally break things for consumers of the library as they can stay on the older version? (for context I'm...

Wouldn’t it be better to do more frequent releases, carefully considering changes to determine if it should be a major/minor version. Then if there are any problems they can be...

Hello? I have this problem too.

Unfortunately subscripts can't throw yet :/

It's probably TAB code then :) Here is it adapted to PixelTest (also changed to struct instead of enum) ``` extension PixelTestCase { public struct Device { let width: CGFloat...

Oh yeah I forget about that, the problem is though that we have to support iOS 10 😢 so we can't use `UIFontMetrics` instead we have UILabel/etc subclasses that reapply...

In the project I'm working on we have wrapped the verify method (from the Uber framework) to check if the scale is @2x and if not fail the test. It's...

ah good point! I've made a change, but JS is not the primary language I know so not sure if there's a more idiomatic way of doing it, if you...