David Ng

Results 11 issues of David Ng

To support for user note list feature in the future Migration needed: '[{"level": "write", "public": true}]'

I suggest to wrap `[UIApplication sharedApplication]` code in ``` Objective-C #if !(defined(__has_feature) && __has_feature(attribute_availability_app_extension)) [[UIApplication sharedApplication] beginIgnoringInteractionEvents]; #endif ```

(Describe the issue here) - Skygear SDK Date/Version: skygear-node - JS runtime: - Skygear Server Date/Version: 1.5.0 - [ ] Is this a regression? - [ ] Attached logs, screenshots...

type/bug
vote/1

Following code will raise an JS error. ``` const author = new skygear.Reference(skygear.currentUser); ``` - Skygear SDK Date/Version: 0.18.0 #### Expected Results Following code will save the current user as...