Gabor Babicz

Results 11 issues of Gabor Babicz

Default class names are next to impossible to get rid of. With the current Bootstrap 3, the current setup fails to display correctly.

Allows easier construction and better separation of custom Express servers.

enhancement

``` $ ember -v version: 0.2.7 node: 1.8.1 npm: 2.11.0 ``` Repro steps: ``` $ ember new whatever $ cd whatever $ ember install ember-ckeditor $ ember build -e production...

Anim GIFs are currently broken on the entire site, such as inside @BobrImperator 's [post](https://mainmatter.com/blog/2021/12/08/validations-in-ember-apps/). This might not be the actual fix, because AFAIK WebP images can be animated, too,...

bug

`Scheduling into the 'sync' run loop queue is deprecated. [deprecation id: ember-metal.run.sync]` https://github.com/wheely/ember-dialog/blob/master/addon/services/dialog.js#L335

Fixes #885. (Was likely [introduced here](https://github.com/miragejs/miragejs/commit/e7e041f765e04f8ea79d1626dc7ed140a2d52945#diff-f1b016512c8f528ede71d29cc11835a4a81f451bc0bf53abdf6fc715d8b3e65aR38-R40)) Although it does solve the issue in the least invasive way, the bug could persist in setups where the `serialize()` method is overridden, because...