Adam Duren

Results 45 comments of Adam Duren

@banagale @furious-luke is it possible to get a patch release? I just encountered #130 which was fixed back in Sept 2020 and it looks like there has not been a...

Yea, that was the first thought I had but the js-sdk is incompatible with node per https://github.com/firebase/firebase-js-sdk/issues/221.

@GilSnappy try adding to your tsconfig: `"tsBuildInfoFile": ".tsbuildinfo"`, it worked for me

@GilSnappy after further testing I have determined it is not working as intended. In looking at how this plugin sets up the Typescript project it is recreated every time vs...

:+1: I experienced an issue using changes() with a newer version of pouchdb and angular-pouchdb today. The library is expecting `onChange()` to be passed as an option and appears to...

@mlynch I do not have the cordova file plugin added to my project but still occasionally experience this issue. It doesn't sound like the author has the plugin either. Would...

@luce78 I looked at the code that introduced that preference. It appears to be using a private api so there's a chance apps using that version will get rejected. [See...

Just for an example here is the output for `npm run test` catching a typo I made for demonstration purposes. ```zsh ➜ cordova-plugin-googlemaps git:(discuss-embeding-type-info) ✗ npm run check-types > [email protected]...

Type issues would also be caught by TravisCI when merging PRs adding another level of protection.