Markus Sanin
Markus Sanin
When i add/edit a translation the rebuild with embroider is not working. There is always necessary to stop an restart `ember s`. Original issue: https://github.com/embroider-build/embroider/issues/718 ### Environment - Ember Version:...
fix https://github.com/adopted-ember-addons/ember-moment/issues/377
The current latest ember-moment version (`10.0.0`) has as dependency `@embroider/addon-shim: ^0.50.2`. It would be nice to update to `^1.0.0` If you need any help i can make a pull request...
fix https://github.com/cibernox/ember-power-calendar/issues/302 remove dependencies: - ember decorators - ember-cli-element-closest-polyfill
The `ember-decorators` is causing problems in ember 4.4+ with embroider & ember-power-select >= 6. `ember-cli-element-closest-polyfill` is also not anymore necessary because IE11 support was already removed
In the readme there is written the compatibility for v7, but there is missing the info for v8.
This is fixing a warning while rollup & also a unnecessary file on npm ``` ../ember-truth-helpers prepare: [js] (!) Generated an empty chunk ../ember-truth-helpers prepare: [js] "template-registry" ``` 
### Description Passing a `locale` like `de`, `it`... with a specific `format` into `before` / `onOrBefore`/ `after` / `onOrAfter` validator is causing this error: `date value is not finite in...
fix #137 - fix `parseAsDate` - add some tests for `locale: de`
fix #77