MatejKastak

Results 17 issues of MatejKastak

This PR adds support for [vim-lsp](https://github.com/prabirshrestha/vim-lsp) plugin. I have tried to mimic the color logic(errors, warnings, ...) of other plugins. References are not "on" by default they are highlighted only...

Hello, first of all thank you, nom is a great tool! I have tried to migrate to a new nom version (7.0.0) and encountered some unexpected behavior. - parsing of...

Hello :wave: - [we](https://www.github.com/avast) have released a new language server called YLS - https://www.github.com/avast/yls - we would like to feature it in this list, with hopes that it will serve...

Hi, first of all `cargo-fuzz` is awesome :+1:. I have been playing a little with it. And I found out that resolving memory leaks is not as easy as I...

Thanks to suggestions from @ruppde , I realized that it would be a nice default to fallback and search for the samples in the folder with the currently opened file....

Creating snippets that would satisfy every user is impossible. There are many combinations of `meta` values that they might prefer. To try to resolve this issue, we can implement similar...

documentation
enhancement
help wanted

- [x] Fix tests

Related to this feature https://github.com/avast/yls/blob/master/yls/code_actions.py#L38 When extracting strings we don't check/convert the string if it contains characters that needs escaping. Thinking about this and after discussion with users, we should...

bug
good first issue
help wanted

- after the context is set - hovering the identifiers in the condition can show string statistics For example: ``` rule a { strings: $s00 = "test" $s01 = /another/...

enhancement

- when returning if the eval is enabled - check if we have a proper sample directory - maybe check if it is not empty - return the result based...