Michael D. Hoyle

Results 13 issues of Michael D. Hoyle

Minor thing, but when I run `/faketorio` in-game, the results window appears, but there doesn't seem to be a way to dismiss it, if I want to run the tests...

I was quite excited to see https://github.com/ember-cli/eslint-plugin-ember/pull/2331 get merged, as it would allow me to remove a lot of in-line disable comments of the `no-array-prototype-extensions` rule in my mirage.js files....

I was defining an `{{on-key "Shift+Enter" this.someCallback}}` in my app code, which worked fine. But then when I went to make an acceptance test and added `keyDown("Shift+Enter")`, this would not...