Tobias Bieniek
Tobias Bieniek
ember-intl does not fingerprint the translation files by default, which can cause conflicts at runtime. we figured out how to do it đ
basic explanation on how we integrated an `IntersectionObserver` in the Qonto codebase
explanation of the new checkbox implementation we did at Qonto. tl;dr ``
The testing blueprints in the `ember-data` project are almost empty and don't give any hints on how to test these components. Using the public `store` service API it is quite...
as discussed in the standup call today
see https://github.com/Turbo87/auto-dist-tag as a reminder for myself...
I would assume that running `ember build` would fail when I create a type error like changing the return type of `normalizePath()` to `boolean` instead of `string`. I'm seeing the...
We currently only look for code in the `app` folder, but we should allow projects to configure more paths.
We currently only look for `.emblem`, but `.embl` and `.em` also seem to be used in some projects.
Currently, we just ignore dynamic translation lookups, but we should probably show a warning when we detect one to warn the user that the tool might report more more unused...