Julien Rozé
Julien Rozé
Hi, When using ViewStateMachine standalone like the following example, I experienced a retain cycle caused by the fact that ViewStateMachine hold a strong reference on the backed view. Using a...
Hello I have tried to modify the code to use arkit in landscape mode but it didn't work. Can you provide some code (maybe by adding some comments in the...
Hi, As you can see on the following screen, I figured out that the shadow is not following the drawer container when the frame of the drawer is updated during...
Hi, I can't connect to my BB-9E using the API. It looks like the Characteristics UUID have changed. ``` /Users/ezor/Projets/Node/bb9/node_modules/sphero/lib/adaptors/ble.js:405 return this._connectedService(serviceId).characteristics; ^ TypeError: Cannot read property 'characteristics' of null...
Hi, Here is a simple PR to be able to use CloudCore from Objective C. * `CloudCore` is now subclassing NSObject * `Module` is now an enum of type Int...
Hi, Here is the failing scenario : - Create an NSManagedObject with the following properties : `firstname = 'John', lastname = 'Doe'` - Save context - CloudCore try to sync...