Philip

Results 7 comments of Philip

@daweedm `https://github.com/rajeshwarpatlolla/ionic-timepicker/issues/80#issuecomment-231455076` ``` if (config.format==12 && $scope.time.hours =='00'){ $scope.time.hours=12; } ```

We can reproduce this issue with `firebase --version` `10.6.0` (`[email protected]`). ``` export default functions .region("europe-west6", "us-central1") .https.onCall(***); ``` Workaround is to always delete all cloud functions and redeploy them. If...

This also results in two different hashes for the two files (Photos app and tmp directory). Any hashing-based functionality is broken by this / has an inconsistent behavior. @janpio Any...

> There is an update of webdriver manager - 12.1.8. which fixes this issue. So we need to bump up the version of web driver manager And > This has...

Thank you @kmike! I read that sentence, but I misinterpreted the information that it is *only* usable from spiders. I was now able to close the spider from the `DownloaderMiddleware`...

@xavdid We are experiencing problems when trying to use Zapier's own error types as described [here](https://platform.zapier.com/cli_docs/docs#halting-execution) in combination with TypeScript. The described code example `throw new z.errors.HaltedError('Your reason.');` does not...