dzpt

Results 31 comments of dzpt

@Wooder `[!] Unable to find a specification for 'JSONWebToken'.`

I've done my fix like @dilizarov . however there is an error. ``` '-[UIImageView setImageWithURL:usingActivityIndicatorStyle:]: unrecognized selector sent to instance 0x7a98bb00' *** First throw call stack: ( 0 CoreFoundation 0x0139aa14...

@stockcode stop js debug doesn't help. i experience the same result :(

The default behaviour on other IDE/editor is to add spaces between {{ }} and {% %}

@EmersonPinheiro this is for same height items. is there the way to implement variety height items depend on item info?

Anyone got this? onRegister never called if requestPermissions = false.

@codeoholic Yes, i want to manually requestPermission, so i call it on the first time user open the app. onRegister is called on that time after i re-open the app,...

@codeoholic i reinstall the app also, but it didn't work, i call to `requestPermissions()` once on the first launch only. and onRegister is called on that time only. onRegister is...

@codeoholic so the error is persisted. Because if you set `requestPermissions=true`, `onRegister / onRegistrationError` will be called everytime open the app. storing token might give the incorrect value, for example...