Chris Watson

Results 8 comments of Chris Watson

@thelitek you can do `git checkout -` to toggle between your most recent branches :)

Yep, that looks about right! :)

You need to install Firefox yourself; however that might be.

```javascript // karma.conf.js module.exports = function(config) { config.set({ browsers: ['Firefox', 'FirefoxDeveloper', 'FirefoxAurora', 'FirefoxNightly'], }) } ``` [Source](https://github.com/karma-runner/karma-firefox-launcher#configuration)

We're seeing slow DNS resolution in alpine:3.4 (not in Kubernetes): ```sh $ time docker run --rm alpine:3.4 nslookup google.com nslookup: can't resolve '(null)': Name does not resolve Name: google.com Address...

I don't know why this hasn't been merged... Another fix is to do something like this after you change the dataset: `angular.element('[vs-repeat]').scrollTop(0);`.

@rahulreddy any news on that patch? 🙂

Does a third party service provide more functionality than making a request directly to the URL and reading the `Location` response header? Edit: I think I see the difference. Only...