Chris Drackett

Results 133 comments of Chris Drackett

I just changed this to the directory that the apple docs suggest. I feel like I read that the noCloud directory is not backed up regardless of flag.

I can't seem to find it outside of Cordova docs, so I doubt that's true. Regardless, seems odd to store files that are backed up to the cloud in a...

yeah, we're using it with our app now, I was able to backup to iCloud and then restore without losing any data

that's a really good point, but is currently beyond me. We handled the migration above in our JS code, but it would be nice if this library could handle it...

any idea if/when this will be merged? Just starting a new project that also uses this and while I can patch there as well it would be nice not to...

never-mind that the text highlight is the same as the selected text highlight, making selecting text within a object with a tip especially challenging

I'm confused, they use something other than `ID` in the graphQL schema? what is the logic behind this?

good point, I feel like we could fix both these issues with a single fix of optimally specifying an ID via config. /cc @beepsoft

@Metevier I'm all for this! We don't run into this ourselves, so I don't have a lot of ideas around the best way to handle it, but seems like a...

my current though was when it comes to fragments, right now we're just using strings, but I would much rather use something like this with actual types. That being said,...