Abdiel Aviles

Results 9 comments of Abdiel Aviles

You can do this: ``` if(masterKey){ // As ROOT Parse.initialize(appId,restApiKey,serverUrl) Parse.initializeAsRoot(appId, masterKey) } else{ Parse.initialize(appId,restApiKey,serverUrl) } ```

Agree.... a version release would be great. I think there are way too many breaking changes to even justify a 2.x version. What I'm currently doing is forking the repo,...

``` ParseQuery query = ParseQuery.getQuery("_User") user = query.get(id) ```

@rholder Would you mind merging this?

@rholder Is there an ETA on this pull? @jonross There's another pull from @azderski with a different implementation but similar issue. Is it a different problem?

Good. Then I'll keep using your branch while this gets merged.

This line seems to be the problem. Query selector returns null. https://github.com/domeccleston/sharegpt/blob/3ceca3aba9b62ae49546ebb0dd516ac7addf2926/extension/index.js#L46