Piergiuseppe Longo

Results 9 issues of Piergiuseppe Longo

Hi, I 'am using localForage on a Vue.js application with Nuxt with [localforage-module](https://github.com/nuxt-community/localforage-module) to access workbox 's IndexedDB data for [BackgroundSyncPlugin](https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-background-sync.BackgroundSyncPlugin). If I try to remove the key 115 nothing...

Any idea for a logo of the project?

enhancement
help wanted

I think that we could change NSManagedObject extension using generics. For example: Now ``` swift func createNewEntity(context:) -> NSManagedObject {} ... let pokemon = Pokemon.createNewEntity() as! Pokemon ``` After ```...

enhancement

If the target as a name with space like "Super Record" iOS replace the space with an "_" so the correct name for the model become "Super_Record.momd" I have solved...

bug

The Readme is outdated!

enhancement
help wanted

If you add [Travis](https://travis-ci.org/) to this project all the push and all the PR can be tested on multiple platfork. See [Build Matrix](http://docs.travis-ci.com/user/languages/objective-c/#Build-Matrix)

enhancement

I have seen in #24 that the library should works with CocoaPods, if its' true you should consider to remove the documentation from the readme and add a link to...

This pull request is currently a work in progress and serves as an example of implementing JWT. The main goal is to demonstrate the setup and use of JWTs for...