jclsn

Results 189 comments of jclsn

Might be related to this https://discord.com/channels/651488327630979131/651489945172836355/1238474646316384277 Seems like the Bosch Thermostat Integration is also having issues because of some Python versions.

@mrrstux I still can't test the quirk unfortunately, because I can't pair the thermostat anymore. If you are confident that everything works as expected, maybe @puddly @Hedda or @dmulcahey can...

Just tried it out. Works really well! Some entities are not named properly though and are named as the thermostat. I had this issue as well. ![image](https://github.com/zigpy/zha-device-handlers/assets/19779511/923332c4-f8aa-460c-b05d-2ce23e43ba7f)

Sure, here is an example C program and an LSP configuration to easily swap the orders of the servers. The `cspell-lsp` can be installed with `npm install -g @vlabo/cspell-lsp`. Only...

So I just tried [another spellchecking language server](https://github.com/blopker/codebook) and it doesn't start up with clangd at all. There definitely seem to still be problems with using two language servers at...

I played around with it a little more. The codebook server suffers from the exact same issues as the cspell-lsp, which can't be. This is an issue with the client....

Looks good to me, but in the end @yegappan needs to approve.

I just realized that it works when I hover over the class declaration In e.g. coc.nvim this works anywhere in the class block. I wonder why lsp behaves differently here....

I would honestly just like to go back to my initial implementation below. I know optimizing is fun, but if it is a) unreadable (even for me) and b) hard...