Luke Williams

Results 28 comments of Luke Williams

@EugeneZ Thanks for the info. This seems crazy. Disabling third party cookies is a recommended privacy practice.

@EugeneZ Thanks for the response. We are rolling back the effort to use pop-up authentication, and implementing only the [Authentication URL](https://github.com/google/google-api-nodejs-client/#generating-an-authentication-url) version.

I'll work on trying this - it's a bit tricky because two other libs we use fairly extensively have 4.0 as dependencies.

I solved this with a combination of react-native-picker and react-native-modal. Works elegantly. Just show a full-screen modal with no content, and display the picker (which shows on top); hide both...

Turns out on Android I need to wait till modal is showing before showing Picker, to ensure that picker is on top. Solution updated (picker.show() only called from the onModalShow...

No :\ got a snarky comment from the dev but not solution.

@michals [This is the relevant React Native issue](https://github.com/facebook/react-native/issues/12705) - looks like until that's resolved, debugging TS with RN will be impossible. @mrpatiwi Can you confirm?

@rickharrison @jwickens Any interest in forking this? Looks like no action from @dtjohnson since March 2 though would be great if maintenance were to resume. (We're trying this repo out...

Another alias that would be very useful: "rm" => "remove" I find myself typing this pretty frequently because "rm" is permanently aliased to "remove" in my mind (git, bash...) When...

I don't believe anyone has posted this solution: this doesn't write to disk, but in Debug mode you can proxy requests to the development server, which gives you rapid reload...