Chris Schlensker

Results 11 comments of Chris Schlensker

I think it would be better if rather than opening a 404 page it defaulted to opening the file on the master (aka default) branch. This is how Atom behaves...

Hello, Bugsnag team member here. > Interesting. It looks like the behavior is a bit more subtle than I realized. It seems Bugsnag doesn't send the same request twice in...

I've encountered this issue. We have tests that spit out html results of emails that we commit to the repository. This allows us to see previews in source control as...

Does #170 solve the stacktrace problem, or is more required?

We'd welcome a PR for web workers. We currently have the `process` type set aside for these. We are already using it in the mobile/native libraries, but haven't started anything...

Notable: https://developers.google.com/web/updates/2015/12/background-sync

It seems like the http://github.com/icholy/ember-handlebars-brunch dependency is not compatible with latest ember and handlebars. That's what would need to be updated.

> @wordofchristian do you have any interest in writing one? I've only used React Router and am by no means an expert. Yeah I can write this. I was curious...

If anyone else runs into this it can be resolved by configuring a unique name when adding the `ember-auto-import/babel-plugin` to `ember-cli-builid.js`. ```javascript let app = new EmberApp(defaults, { babel: {...