Patrick Fowler

Results 30 comments of Patrick Fowler

This problem appears to be much wider than just how `ion-google-place` works, since the ngCordovaOauth overrides the `$window.google` variable, which is the standard variable used for any number of google...

I'm running into the same problem - it works fine when run against a local server, but once actually installed, it joes the broken image. I'm seeing this on both...

Update: I was able to get this working by changing `BASE_URL` to use `https://...`, as opposed to the preferred `//...`. It seems that somewhere in the cordova access origin whitelist,...

After spending a good chunk of time trying to handle it in the config, it seems that protocol-relative URL's have actually fallen out of favor: http://www.paulirish.com/2010/the-protocol-relative-url/ Time to update _my_...

Testing it out, I'm having trouble "unsetting" the case where the two sliders are both set to the max range. ### Repro: 1. Setup default config w/ range 0-10 and...

https://github.com/tachyons-css/tachyons/issues/372 has a good (albeit dated) discussion on the difficulties of implementing `css-grid` in tachyons, and whether it is compatible with the "spirit" of this project. That said, the bigger...

I've used the library on a backend codebase and encountered this issue. I'm diagnosing it by changing this: https://github.com/airbnb/ts-migrate/blob/fe1b6021783b1ef5c4b8fa310b96a44779cc77bd/packages/ts-migrate-plugins/src/plugins/eslint-fix.ts#L26 to: ``` console.error('Error occurred in eslint-fix plugin :( "%s"', e.message, JSON.stringify(e,...

I'm still feeling my way around react/mobx/etc, but it seems like the (controversial) react-router v4 makes it possible to address all these things simultaneously. I read through [this article ](https://medium.com/@apostolos/server-side-rendering-code-splitting-and-hot-reloading-with-react-router-v4-87239cfc172c#.2mbdt1vk3),...

Thanks for the reply. We're a bit too invested in the rfx-stack at this point, so we've taken an alternate approach. The problem manifests when two concurrent requests hit the...

That's the exact issue that gave us a great amount of hope last week, but after some initial success, we were still able to repro the issue. We're on feathers...