David Fabreguette
David Fabreguette
Hi ! Sometimes, I get this burry loader with chrome (latest version). Any chance someone else had the same problem ? 
Suggests 2 things : - Changed userDidSearch method to pass tableView : ``` func userDidSearch(searchString:String, tableView: UITableView) ``` It allows to reload tableView once my async request has given me...
Hi, I upgraded to latest Moya / RxSwift : ``` - Moya (11.0.2): - Moya/Core (= 11.0.2) - Moya-ObjectMapper/Core (2.7): - Moya (~> 11) - ObjectMapper (~> 3.3) - Moya-ObjectMapper/RxSwift...
Silencing those errors in my logs : [Error: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getAction()' on a null object reference
Hi, I had this weird bug showing up as I try to upload an image with the image plugin. ``` i.blob is not function ```
Hi, Since a recent update to expo 44, JitsiMeet SDK won't launch on android devices, getting this crash : https://gist.github.com/dfabreguette-ap/20fedf4fc3c53d624a1632bbe650a009 ### Description: As my JitsiMeetView component is getting initialized through...
Hi, just to let you know, there's a mistake in the managecontactslists contact_lists attributes formatting here (both in API reference and Guides) : https://dev.mailjet.com/email/guides/contact-management/#manage-the-subscription-status-of-an-existing-contact in the examples in ruby mode...