Tobias Bieniek

Results 112 issues of 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 🎉

blog post
engineering
ember

basic explanation on how we integrated an `IntersectionObserver` in the Qonto codebase

blog post
engineering
ember

explanation of the new checkbox implementation we did at Qonto. tl;dr ``

blog post
engineering

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...

blog post
ember

as discussed in the standup call today

blog post
ember

see https://github.com/Turbo87/auto-dist-tag as a reminder for myself...

blog post

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.

enhancement

We currently only look for `.emblem`, but `.embl` and `.em` also seem to be used in some projects.

enhancement
good first issue

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...

enhancement