johanrd

Results 73 issues of johanrd

Hi. With Glint, it has it has been quite vital for me to have the yielded items of vertical collection to be typed more strongly than 'any'. I am not...

### Problem Statement Modern Ember build tools (`@embroider/vite` and `@embroider/webpack`) benefit greatly from static, pre-built addons when bundling the app. The current `@sentry/ember` package is currently on the old ember...

Meta: Help Wanted
Feature
Ember

See https://github.com/emberjs/ember.js/pull/20939 ### Service API (packages/ember-intl/src/services/intl.ts) - Added trustHTML?: boolean option to both formatMessage() and t() methods - Updated the logic to check options?.htmlSafe || options?.trustHTML - Added JSDoc comments...

https://deprecations.emberjs.com/id/importing-inject-from-ember-service/

`id` counts in [require-input-label](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/require-input-label.md), even if no wrapping `

Improve docs for `selectedMonth` and `selectedYear` with cross references to relevant setting `enableJumpToSelectedDate`

Modernizes scroll prevention approach by replacing the complex body-scroll-lock.js implementation with a single CSS property. Inspired from https://ishadeed.com/article/prevent-scroll-chaining-overscroll-behavior/ and the baseline availability of https://caniuse.com/css-overscroll-behavior ## What changed: - Removed body-scroll-lock.js...

Move to pre-calculated css linear() transition with spring effect, inspired by https://blog.nordcraft.com/approximating-reality-with-css-linear, and pre-calculated with the use of wobble.js (removing wobble as dependency) • this moves transition calculation off the...

NB! This PR is branched out from [#1254 Move to pre-calculated css linear() transition with spring effect instead of calculating with js on the main thread + more declarative states...

deprecate importing { set } from '@ember/object', but with import set from 'lodash-es/set' instead. (Personally I would be willing to skip setPath from lodash-es as well, and just to direct...