David Watkins

Results 4 issues of David Watkins

On Windows 10 (Surface Pro), I'm getting a `NATIVE_WRITE_FAILED` error from the following code: ```js NativeStorage.setItem('foo', 'bar', function() { console.log('success'); }, function(err) { console.log('error', err); // err = { code:...

bug
invalid

When I install `microsoft-jdk-11.0.16.1` on an Apple Silicon Mac, I receive the following warning about its shasum: ```sh $ asdf install ######################################################################################################################################################################## 100.0% microsoft-jdk-11.0.16.1-macOS-aarch64.tar.gz microsoft-jdk-11.0.16.1-macOS-aarch64.tar.gz: FAILED shasum: WARNING: 1 computed...

[This Android documentation](https://developer.android.com/guide/topics/connectivity/bluetooth/permissions#assert-never-for-location) specifies that apps can add `android:usesPermissionFlags="neverForLocation"` to the `android.permission.BLUETOOTH_SCAN` permission in `AndroidManifest.xml`. However, when I manually add this to my `config.xml`: ```xml ``` ...I receive an error...

I love the v3 update, especially the Google Inbox-style bundling! 👏 However, Gmail's "auto-advance" feature doesn't proceed to the next email within a bundle. Instead, it often moves to an...