Simon Lamon

Results 19 issues of Simon Lamon

Fixes #3948. Pull request #3982 but the other way around, introducing Required. It's still a breaking change though, thanks to the options changes in fastScrollModifier and overviewRulerWidth.

breaking-change

In #3667, all getOptions were replaced by their new equivalent: `this.dimensions.scaledCharLeft = Math.floor(this._terminal.getOption('letterSpacing') / 2);` became `this.dimensions.scaledCharLeft = Math.floor(this._terminal.options.letterSpacing! / 2);` Mind the "!" there, which is a shortcut to...

help wanted
type/debt
breaking-change

Updates the devcontainer to use Node 18 where it wasn't the case yet. * Ensure that devcontainer doesn't install Node 18 and Node 20 (where of the last has become...

### What is affected? Accessibility, Component ### Description In the playground sample, there's a md-list basic example with request-activation. The [event is documented without description](https://material-web.dev/components/list/#events), so I may misinterpret what...

## Proposed change Replace ha-clickable-list-item, either with a ha-list-item-new if embedded within a list or a ha-menu-item if embedded within a menu. I decided to remove the component since it's...

cla-signed

## Breaking change ## Proposed change ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature...

cla-signed

There's already bt-serial mapped to /dev/ttyAMA0, but rpi 4 embeds ttyAMA[1-4] as well. It's currently not accessible as far as we're aware of in any way in strictly confined snaps....

## Proposed change Allow the new time entities introduced in 2023.6 to be used in automation 'time' conditions, just like input_datetime helpers and sensors with timestamp device class. This PR...

core
cla-signed
new-feature

## Proposed change Some (popular) custom integration https://github.com/UI-Lovelace-Minimalist/UI pinned aiofiles to 0.8.0, which has no support for python 3.12. Adding this library to package constraints as a temporary workaround. See...

Hacktoberfest
core
cla-signed
small-pr
dependency
dependency-bump