Antoine Barré

Results 4 issues of Antoine Barré

I've encountered some issues working with react-typist : • It doesn't work if you use react-intl with `` tags (the text isn't written). • It works fine if you use...

added OptionalDecoding protocol to support returning nil in case of empty data in response

Hi 👋🏻 When declaring a method with an optional response body (see example), the call only results in a decoding error because the method tries to decode an empty response....

feature

It would be great if you can change the following function `func show(delay: Double, title: String, animated: Bool = true)` to return a `SwiftSpinner` as other show functions to allow...