Jérôme Morissard
Jérôme Morissard
# Report ## What did you do? ℹ Please replace this with what you did. I follow the installation `git clone https://github.com/danger/danger.git` `cd danger` `bundle install` ## What did you...
Hi, i'have some issue using your component on Xcode 10 👍 I have a new warning about Thread usage, in your method prepareForResize, the access of view.bounds is not forced...
Problem I was not able to properly finalize a login with a Twitter account using Firebase. The Twitter login is actually impossible to enable with the FirebaseUI auth providers. I...
Actually, in some cases (for example if you use an M1 processor) Some outputs of the command are missing with the formated JSON. The idea, here is to redirect stderr...
It's not removing all the indexes A workaround for me is to use a loop on a unit removeRow ```swift removeRow(index: Int, animated: Bool = false) -> UIViewController? { ```