Steve Repsher

Results 210 comments of Steve Repsher

This problem does not seem to occur only with "legacy". I'm seeing the same issue with "2018-09". This restriction should definitely be documented with the decorators plugin.

I submitted a change to upgrade CodeMirror to the latest version (#14969). Some of the bug fixes may solve or improve this issue. This will probably go into 2023.2, but...

To be clear, that change just upgrades the [CodeMirror](https://codemirror.net) packages used in HA, so nothing legendary. πŸ¦ΈπŸ»β€β™‚οΈ But the fact that it occurs for you outside HA points to a...

You are running the dev branch? What's better and what isn't? Need specifics, preferably repeatable, to diagnose and fix anything.

**Reminder:** If you're a beta tester, please look to see if this is resolved.

No promises, but I think I can probably fix this by applying the same techniques we used to fix the icon picker. I'll try to take a look soon.

FYI this issue has affected 3 PRs just in the last month. For some reason the mentions aren't showing up in the thread.

πŸ‘€ please so I don't have to fix any more conflicts

The biggest problem with using `@ts-ignore` as currently implemented is that it ignores every rule in the entire tree, when all you probably need is one or two rules on...