Pascal Kaufmann

Results 103 comments of Pascal Kaufmann

I think to get closer to this you could add a second persistence coordinator to the meter object context, saving data to sqlite once the app gets terminated. Then i...

Let's back it so anybody might prioritize this ;) https://www.bountysource.com/teams/meteor-ios/issues

I think this is the holy grail for any ios developer, a reactive backend connector to coredata with support for offline data manipulation and @martijnwalraven you're so damn close to...

Hi there, i think having a read-only offline cache would be a major step forward with a flag on the model to cache it locally. i like the idea of...

https://www.google.com/search?q=error:+Property+is+a+scalar+type&ie=UTF-8&oe=UTF-8&gfe_rd=cr&ei=vS2EVYW9F-GX8QfYlYGICA

I had the exact same problem, use "Transformable" and see: https://github.com/martijnwalraven/meteor-ios/issues/24

I think you actually don't need to use my Transformer at all, it works if you just set it to Transformable and cast it: read: let isPresent : Bool =...

For NSValueTransformers: here you go http://nshipster.com/nsvaluetransformer/

nestjs has some good approaches and also strapi with v3 (v4 not so much in my opinion)

@macrozone Yes it's cached, the cache is invalidated for products and categories that are changed and on every start/restart of the app unless you have set "skipInvalidationOnStartup" to true. For...