Andrey Fel
Andrey Fel
I see that this addon tries to support autotracking but there is a mixed approach: `@tracked _changes` and notifyPropertyChange. Perhaps we should use TrackedObject from https://github.com/pzuraq/tracked-built-ins in order to properly...
It seems popper bumped major version. Is there a plan to migrate? ``` ember-tooltips > [email protected]: Tooltip.js is not supported anymore, please migrate to tippy.js ember-tooltips > [email protected]: You can...
I've got an app in yarn workspace. When I'm trying to use bootstrap-sass, when I specify ``` includePaths: [ 'node_modules/bootstrap-sass/assets/stylesheets', ], ``` build fails with error `Directory not found: node_modules/bootstrap-sass`...
Imagine a dropdown when there are not enough space to render a dropdown above or below the trigger. verticalPosition is set to auto. If you click the trigger than the...
Current documentation doesn't mention that the timer argument can be undefined/null: https://api.emberjs.com/ember/4.1/functions/@ember%2Frunloop/cancel However, the implementation allows that: https://github.com/BackburnerJS/backburner.js/blob/af77b18f37ec24e89f65bef0ce16bc3c8d1f4bfb/lib/index.ts#L551 In fact, in our code, we were leveraging the fact that you...
Specifying static version of ember-cli-moment-shim creates conflicts in the apps using other versions. dependency shouldn't be specified as "3.5.0", it should be "^3.5.0" instead.
This addon is supposed to include regenerator runtime into one of the polyfills and actually, it does include it in the legacy polyfill. However, the legacy polyfill is not loaded...
Sorry if I missed it, but I couldn't find the policy for updating the Chrome version anywhere. I see Chrome version 126 has been out for a while and this...
Can't use angle brackets in markdown without escaping.