Martin Moizard
Martin Moizard
Hello, I am facing a crash on line 401 of SonosController.m. I am not doing anything special to get this crash. I guess it comes directly from the sharedInstance that...
In the `upAction`, check if the animation loop is already running to avoid creating a new one. Fixes https://github.com/PolymerElements/paper-ripple/issues/75
When controlling a paper-ripple through its API (`downAction` and `upAction`), the `transitionend` event can be fired more than once. The issue can be reproduced using the following code: https://jsfiddle.net/2q3fqehz/34/ My...
I faced a race condition using `func throttle()`: it is possible to reach `await actor.run(operation)` multiple times in less time than the specified `duration` parameter. Nothing prevents `throttle()` to be...
Hi, I want to play a theme music on my iOS game using the following : [[SoundManager sharedManager] playMusic:kThemeSound looping:YES]; It is working well except that there is a gap...
Hello, Thank you for your nice library, it's very handy! I have a problem with iOS 5 : sometimes the gum view and the circular indicator view are visible at...
If my app name as a space, for instance "My App", the jenkins plugin is not able to deploy my app to AppZone. It fails with the following message: [AppZone]...
Hello, Thanks for your work, I am now using AppZone and it works great. However, how can I configure the jenkins plugin in order to keep previous builds uploaded to...