Daniel Gröger
Daniel Gröger
- [x] I am on the [latest](https://github.com/ember-intl/ember-intl/releases/latest) ember-intl version - [x] I have searched the [issues](https://github.com/ember-intl/ember-intl/issues) of this repo and believe that this is not a duplicate ### Environment -...
Upgrade `@embroider/macros` as an attempt to fix #5701
Adds a public property `@showValidations` to `` to show/hide validations as proposed by @jelhan in https://github.com/ember-bootstrap/ember-bootstrap/issues/364#issuecomment-309417556 close #364
After upgrading to `7.0.0` I get a TypeScript error in tests when importing from `ember-lifeline/test-support`. E.g. in `tests/integration/components/component-1-test.ts` I get error `Cannot find module 'ember-lifeline/test-support' or its corresponding type declarations.`...
Build fails on `4.12.0` ### Reproduction - create new ember project: `ember new ember-data-bug --lang en` using `ember-cli: 4.12.1` `node: 18.13.0` - upgrade `ember-data` to `4.12.0` - build fails with...
In a fresh ember 3.15 install the array macros `filterBy` and `findBy` are not working as expected when using `raw()` to provide the key reference. I created a repository that...
Adds a few `keyFromKeyCode` mappings, which may be useful when using `triggerKeyEvent`. In my case I was using `triggerKeyEvent(element, 'keyDown', 46)` which worked fine until the library that renders `element`...
Since I needed to import contacts to different address books, I added the import function to the "more" menu of each address book. With that users can import contacts to...
### Describe the bug For a table that has no rows the table is too narrow so that the column headers are cut off. It works fine when adding an...
It seems this export is missing so that one can also import types like `Destoryable` from `ember-lifeline`, e.g. ` import { type Destroyable } from 'ember-lifeline';` This likely solves issues...