Jérôme Gangneux

Results 14 issues of Jérôme Gangneux

Just for a reminder :)

Using the last version, with the correct password (triple checked) Also I suggest that if the twitter part worked well, you do not have to enter the info again if...

## Feature request I've looked all around the doc and did not find a way to add a comment to specific picture. I saw the exif option but I guess...

Thumbsup can read meta data coming from Picasa.ini file and that a great feature. I suggest that it should be extended to meta data from other sources. For example when...

Given the current class ``` using System; using UnityEngine; [Serializable] public class SzVector3 { public Vector3 Value => new Vector3(x, y, z); // Buggy public float x; public float y;...

This method `(void)scrollToObjectAtIndex:(NSInteger)index atScrollPosition:(GMGridViewScrollPosition)scrollPosition animated:(BOOL)animated` is not working at all with my project This is how I init the GMGrid ``` Objective-C self.grid = [[GMGridView alloc] initWithFrame:CGRectMake(14, 228, 292, 260)];...

I was wondering if the app continues to track if the iPhone screen is off, or even if another app is in foreground? I did not see any mention of...

I had a hard time to integrate your lib into my swift project, (problems with extension translated to unrecongnised convenience init) So after a while i decided to translate the...

Hello, I'm very interested by what you do, and I remember that few days ago I checked this repo and today the name has changed to VRTracker_Old What does this...

Major bug have been solved theses last 7 months, including autolayout related #111 It could be a good thing to update the cocoapod version or to update the doc with...