Manuel Wiedenmann

Results 15 issues of Manuel Wiedenmann

Ref https://github.com/adopted-ember-addons/ember-moment/issues/375 Ref https://github.com/adopted-ember-addons/ember-moment/issues/391 Ref https://github.com/adopted-ember-addons/ember-moment/pull/383

Here is the PR for a CORS integration. Don't merge it because it's likely that I'll add some more details to the readme.

As far as my understanding of CORS goes it is a configuration thing. I'll get into the possibilities and options and provide a PR. [Rack::Cors](https://github.com/cyu/rack-cors) seems to do the job....

Initially reported: https://github.com/martndemus/ember-form-for/issues/123 (with a demo) Browsers adjust the date to the local format. That results in the following error if you try to enter 27.11.2016 (valid german format): >...

We had an incident after updating webpack. Turns out that the webpack update **changed the content** of `vendor-${fingerprint}.js` but **did not update** the `fingerprint`. We also use `ember-cli-sri` that adds...