Gavin Joyce
Gavin Joyce
https://github.com/workmanw/ember-did-change-attrs/issues/1#issuecomment-340857735 docs: https://github.com/emberjs/ember.js/pull/12325/files
We should assert that `didChangeAttrsConfig` has required `attrs` array.
[Rendered](https://github.com/gavinjoyce/rfcs/blob/gj/trusted-html/text/0000-template.md)
The `beta` and `canary` scenarios are failing in https://github.com/offirgolan/ember-cp-validations/pull/641 with the following errors: ``` not ok 46 Chrome 74.0 - [38 ms] - Integration | Validations | Factory - General:...
The failures seem to be related to https://github.com/alexlafroscia/qunit-wait-for: So that we're not blocking to the move to Ember 4.0, I'm going to disable the tests for now. We can either...
TODO: * [x] component * [x] tests * [ ] docs
This component should try to have as close to the same behaviour and API as the Vue and React original versions in https://github.com/tailwindlabs/headlessui. TODO: * [x] Up, down keyboard navigation...
I disabled them in https://github.com/GavinJoyce/ember-headlessui/pull/33 as they were causing github actions to timeout
I'm building an application which serves many domains. Each domain has its own cookie `secret` so I need to be able configure the `Encryptor` at runtime. I've quickly modified the...
Just trying the `Combobox` in my app for the first time and came across what looks like a bug: `onChange` seems to be firing multiple times for every input event,...