Anton Kastritskii

Results 22 issues of Anton Kastritskii

## TODO: - [ ] support for Service go-to-def - [ ] support for Enum go-to-def - [ ] support for nested message definitions ## Useful links - [Protobuf spec](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec#message_definition)...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Motivation Github is experimenting with adding admonition/callout support to GFM....

feature
domain: markdown

I have multiple views and on different views I have different maps, however, I need to display user location on every map, I decided to turn it into reusable component...

I would like to propose adding an example of importing a helper since at the moment it may seem that helpers should be imported from the `tree-data-utils.js` file.

I have just discovered this app and it does exactly what I wanted. I would like to propose a feature request to preserve some space in the menubar. Do you...

The license contains `Anyone is free to copy, modify, publish, use,...` I am personally interested in observing the code. But none is present in the repository. Can you share the...

question

### Neovim version (nvim -v) v0.8.2 ### Language server name/version tsserver v0.6.4 and cssmodules-language-server v1.2.1 ### Operating system/version macOS 13.0.1 ### Steps to reproduce using "nvim -u minimal_init.lua" This issue...

bug
lsp

Resolves #22318 when vim.lsp.buf.definition() subsequently jumps to multiple locations if more than one server responds. Motivation: In case of multiple servers supporting the same lsp method, neovim should merge the...

lsp

Mentioned in #55. Consider introducing a breaking change by refactoring rules' settings to be either boolean or plain flat objects. This change should simplify the first time configuration process.