Chris Thoburn

Results 328 issues of Chris Thoburn

These rules seem to have a custom format for their config that differs from other rules, and the format(s) (yes plural) suggested by their various docs and error messages all...

A common modals pattern is to set `role="dialog"` on a div that wraps the actual "modal". Bootstrap modals are one example of this. ```hbs ``` The outer div typically takes...

example false positive ```hbs col 1 col 2 ```

Opening this ticket to begin building out the requirements for a v3 to support the best in modern ember. - [x] replace greenkeeper with **dependabot** - [ ] tests (regular...

I'm thinking about adding an API for scrollable boxes. This is a first pass idea of one way this might be done. Properties - scrollX - scrollY - scrollXY -...

feature
discussion

I think this is all that is needed for #103 and #97 and #66

It seems this library hasn't had any updates in ~14 months (as of end of July 2022). There's a number of significant issues that are open, many with PRs to...

It seems there's been no 3.x release of ember-cli-fastboot, and the 2.x range installs 2.x fastboot. This causes issues when trying to test with ember-cli-fastboot-testing, which was updated to use...

Issues like https://github.com/emberjs/data/issues/6690 could be solved nicely by a default blueprint.

`currentState` on DS.Model is now derived heuristically, so setting it to our own state machine will no longer affect any of the state flags on Fragments that we are inheriting...