Ben Delaney

Results 11 issues of Ben Delaney

This PR updates the facebook-login android dependency to 11.+. There is no need to separately include facebook-core as it is a subdependency of facebook-login (see https://developers.facebook.com/docs/android/componentsdks & https://mvnrepository.com/artifact/com.facebook.android/facebook-login/11.3.0). Importantly, the...

https://github.com/dapriett/nativescript-google-maps-sdk/blob/8e5b605dc99509972b6bd6ce467192f22a5afd8e/src/map-view.android.ts#L804 Here is the correction: `return (this._isMarker) ? this.android.isInfoWindowShown() : false;`

Related to #4307 Due to the following snippet: https://github.com/firebase/firebase-tools/blob/2d21bb2fdbb5f3a32587e0881a98c8c33556a5f3/src/deploy/functions/runtimes/node/parseTriggers.ts#L197-L199 A function that is deployed with >= 2 destination regions has the trigger for the >=2nd trigger incorrectly computed as a...

api: functions
Needs: Author Feedback

Very glad to see devtools console autocomplete suggestions working again after updating to 7.1.0, but unfortunately the latest release seems to have broken other parts of devtools debugging for me....

#### Issue Summary: The `diff` function exhibits inconsistent behavior when comparing changes between properties of different Object-derived types such as Array, Set, Map, etc. It appears to misidentify certain type...

bug

`enableGPS` uses the check ```typescript if (!this.isGPSEnabled()) ``` to determine whether we need to prompt the user to enable location services on the device. `isGPSEnabled` however returns a `Promise`, meaning...

`requestLocationPermission` is passed a callback which is never invoked if the user denies permissions. If the user calls `startScanning` and this happens, the promise returned by `startScanning` never resolves as...

Obligatory massive thank you Chris's, Steven, A-Ron and other maintainers first of all, Hammerspoon has been indispensable in improving my productivity and enjoyment working 😇 ### Issue Description `win:application()`, when...

### Vue version 3.4.21 ### Link to minimal reproduction https://play.vuejs.org/#eNp9UcFuwjAM/RUrlzKpKgduCCZtE5N22SaGtMOyQ2hdCAtxlKTAhvrvc1oB24VDlMTv2X7PPoo754pdg2IsJqH02kUIGBsHRtnVVIoYpLiVVm8d+QhH8KjKqHeY86uGFmpPW8i4QCattCXZEKFSUcH0TB0cpQWoicYpZ5Atlc9upG35SBu/HcIj0SLdU0hfqrsKBWcADIewWOsAYU2NqWCtdghLRAuN3XvlHFYQCRSE6LVd5WCJDURtDLM4PMd60kNsolfXV3on/8X9To0Kj86oEnt1OWQb9ZNETob9UDhb5DwMLlHrVbEJZHlinTEpSto6bdC/uKi5hRRj6JCEpeZlTKHoG8xP4U04pJgUrx4D+h1Kccai8ivsUqSYvT3jgd9ncEtVY5h9BZxjINMkKT3tvrEVq/vDU8bQ/qlbKU9mEWaHiDactP8TavQyxT4u3T4T1HYEKXjxD1fcX6yMilGXx3sX7S/YwdJg ### Steps to reproduce Specify lib: ['ESNext'] in tsconfig.json Attempt to use a ref() inside a reactive() where it should...

### Operating System Debian GNU/Linux 11 (bullseye) Linux 6.1.21-v8+ ### Browser Version Node 16.20.0 ### Firebase SDK Version 10.8.1 ### Firebase SDK Product: Auth, Firestore ### Describe your project's tooling...

api: firestore
feature request