johanrd
johanrd
Fixes an accessibility issue where the popover hides if an element within the popover is navigated to by keyboard. ```hbs Tab into this button, then press Enter to open popover...
1. Go to [the current docs for multiselect on v3/v4 ](https://ember-power-select.com/docs/multiple-selection/) and click on the bottom border of the input trigger. 2. Experience that the first item in the list...
fix: Fixing bug where isBooted is set to true even if Intercom is prevented to boot from third party tracking blockers, e.g. "Disconnect"
I have a table with a lot more columns than rows (the columns can be a long scroll of dates, easily more than hundred): | Scoreboard | … | April...
• computed.empty is not a function • computed.not is not a function
### Feature Proposal It would be very powerful for chart.js to include the possibility to animate the axes upon general calls to chart.update(). [This simple and powerful example from d3](https://bl.ocks.org/d3noob/7030f35b72de721622b8)...
Argument of type `"quarter"` | `"isoWeek"` is not assignable to parameter of type 'DurationUnitType'
**Describe the bug** Typescript complains that `"quarter"` and `"isoWeek"` are not assignable to parameter of type `DurationUnitType` when using the `isoWeek` and `quarterOfYear` in combination with `duration`: ```ts import dayjs...
Regression after upgrading vertical-collection to v.3.1.0: Failed to execute 'removeChild' on 'Node'
After upgrading to `[email protected]`, and indirectly `@html-next/[email protected]`, the following error has popped up in Sentry from time to time ` Failed to execute 'removeChild' on 'Node': The node to be...
See https://github.com/emberjs/ember.js/issues/20465 and https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v490 Not sure how we usually teach changes like this, and not sure how to automatically propagate these changes into the docs later than 4.9.0