Sergey Kuznetsov
Sergey Kuznetsov
> The difficult part in my opinion is designing how such features should work and be configured. Do you have any ideas or proposals? I think additional spellcheck in code...
Actually, I don't know how it works now. In general each component should be separate from others and it should be loaded only if it is being used. If I'll...
With neovim 0.6.1 I started to have errors `Too many highlight and syntax groups` from different plugins. Is it because of bubbly's amount of highlight groups?
Thank you for the plugin. It's really useful. Same for me. Possible solution is to add setting for maximum file size for which check on opening/saving is allowed.
Same issue for me when using clang
Hi, to get an IP address to bind you open socket and connect to 8.8.8.8 and leave the socket open but the socket is not used anywhere after obtaining the...
You open socket to communicate with a device here https://github.com/liaan/broadlink_ac_mqtt/blob/a2a6e2dfdc31a8e2b790604666ff144a97419d60/broadlink_ac_mqtt/classes/broadlink/ac_db.py#L140
I had the same issue and it turns out that probably there was some broken change in config. I used these options in my config: ```lua { chat = {...
@RitickMadaan I just tried to run it with empty options and it worked fine for me.
I am having the same bug in Include Cleaner feature in both clangd and clang-tidy from LLVM 17.0.5.