Sam Rayner

Results 9 comments of Sam Rayner

Here is how I get the viewBox dynamically from the SVG @changelee82. It's probably not the most performant solution but it works for me. Thankfully the `viewBox` attribute should appear...

Safari 6.0 and Chrome 21.0.1180.79 beta both exhibit the flicker (on Mountain Lion). Firefox 14.0 and Opera 11.51 seem unaffected so I would guess it's a WebKit thing. Thanks Joe.

Sorry Joe, looks like I introduced the bug after all. There were some CSS transitions affecting things that I've now fixed. Cheers!

Thank you so much @JRR-OSU! @Goos Please can you consider merging this so we can continue to use the library with Xcode 14?

Awesome, thank you so much @beckychristensen! Look forward to the release.

Related to this, Swift 5.1 propertyWrappers require explicit initialisation too: ``` @State private var errorModal: Modal? = nil ``` While you're handling the `Optional` case I don't suppose you could...

I'd love to have this one: > Protocol Conformance: When adding protocol conformance to a class, prefer adding a separate class extension for the protocol methods. Is there a way...

Really sorry @SimplyDanny, I can’t figure out how to fix the tests. The IntegrationTests seem to pass but I may be running them wrong somehow. I’ve addressed your other comments...

Thanks @SimplyDanny! Sorry for the massive delay on fixing up this PR.