Julien Vignali
Julien Vignali
It seems that the plugin automatically resets the badge to zero each time the app becomes active (at least on iOS). How can I prevent this behavior if I want...
### Bug Report | Q | A | | ------------------- | ------ | | BC Break | no | | Version | 1.5.2 | #### Summary It seems that there...
I have a custom validator that parses the JSON response and tries to build an Error struct. If it builds the error successfully, my validator will return with a `.failChain(responseError)`,...
Hey there... I am using QRCodeReaderViewController in iOS 8 app and I took your sample code as-is to show the QR code reader. But I am getting an exception: ```...
Hi, AFAIK, update to 4.0.3 from the pull #28 is faulty. The TTF seems OK but the icon identifiers aren't. Pull #27 seems to be the one to revert to...
Hi, I am using HTTPStubber and love its simplicity and power. I was wondering what would be the best approach to use it in a project with iOS 11+ support...
Hi, I get some rare crash report in Sentry that lead me to an issue in HTTPDataLoader. I don't know how to reproduce them and I am not sure what's...
### What problem are you facing? Hi guys! I've noticed that your implementation of the exponential backoff is returning a delay of : `0.5`, `1`, `2`, `4`s... Would it be...
### What problem are you facing? Hi, I am trying to use the retry mechanism and I am wondering if it was possible to include the returned error for the...
I am trying a very simple dummy project to add a Scrollview in the sheet by using the `PSType.scrollView` as showed in the examples, but it doesn't work and even...