Aki Rönnkvist

Results 7 comments of Aki Rönnkvist

Any update on this? Don't mean to rush but it's just annoying when running a dev server and every time I make a change in my code these errors go...

Still nothing? Not even a comment from the developers? I don't want to completely rewrite my components without at least some confirmation from the developers but I also don't want...

I have this same problem. For me it happens also when the launcher crashes and when I press the home button on my phone.

Have you managed to get this working? I'm having this issue also all of a sudden without changing anything and there are no errors anywhere in the console and my...

For me the fix was that my home assistant instance had somehow defaulted to downloading the latest stable release when the fixes for the new weather entities are in a...

Has this been solved? I'm getting the same problem where my pyrightconfig.json is not being detected. When I run `pyright --project ./pyrightconfig.json` I get the desired output but when I...

I actually managed to fix it by manually setting my pythonpath parameter like this: ``` - repo: https://github.com/RobertCraigie/pyright-python rev: v1.1.386 hooks: - id: pyright name: Pyright Type Checking language: python...