Pavel Zolotarevskiy
Pavel Zolotarevskiy
> This doesn't look like a relevant PR. As far as I know, there is no way of setting highlight group in popup menu yet. Completion items have a `hl_group`...
Same for "Mymind"
~@thestinger I want to try working on this issue, but I don't really have any prior experience, so I have some questions.~ ~The way I assume this can be solved...
Upon further inspection of the AOSP codebase, it seems like there's a much simpler solution. I'll try setting up the dev environment and fixing this.
Sorry if that's a dumb question, but why isn't `inet6` on by default? It seems like passing both `inet` and `inet6` allows connection to both ipv4 and ipv6 addresses, so...
@stenya yes, I did all of that. As my provided commands show, the issue is that files aren't getting installed into `/opt` (btw, there's `systemctl enable --now`, which is the...
@stenya it seems like the issue doesn't happen when layering ivpn on top of an already installed system, but it does happen when ivpn is installed during the image build...
In what case would there be an indent before a verbatim ranged tag? If it's in a list, eg. ``` - @code foo(bar) @end ``` Isn't this already handled by...
Since Elixir now has a JSON module which is heavily inspired by Jason, I think it would make sense to add support for it. #441 mentioned breaking json_options, so I...
I agree that this should be added in core. I think that directly sending LSP requests is not the level of abstraction that a user should touch to get basic...