David Marquis

Results 14 comments of David Marquis
trafficstars

You may also have found an incompatibility with more recent versions of Grails, as I've never had the need to include the Resources plugin in my projects and it worked...

It looks like renaming both the PNG file to `Nexus 5X.png` and the name in `offsets.json` to `Nexus 5X` fixes the issue with this particular device. Given the frames files...

@moemen, if you look at the code for `StormpathBaseUser` you'll see that there's quite a bit implemented there and the django_stormpath library relies on this code to work properly and...

@moemen Django will not create a table for StormpathUser if you're not using it as your `AUTH_USER_MODEL`. If you look at my example above, the `MyCustomUser` class inherits from `StormpathBaseUser`...