Mark Korondi

Results 12 issues of Mark Korondi

Pylint has [6 error categories](https://pylint.pycqa.org/en/latest/user_guide/messages/index.html), and currently ALE maps them to two: Error and Warning (all codes that are not errors are classified as warnings) This patch proposes the following...

eclipse.jdt.ls can retrieve definitions for symbols located in jar files. Example: ```java import javax.jms.JMSException; ``` In a maven project, when cursor is on `JMSExc|eption`, :LspDefinition would reply with the following,...

### search tried in the issue tracker SKIP alias ### describe your issue When I run ```sh SKIP=pylint-alias2 git commit ``` the hook aliased as `pylint-alias2` is properly skipped, however,...

The OSC sequence for setting tmux pane title is `\E]2` (see https://linux.die.net/man/1/tmux) Currently liquidprompt sets this as `\Ek` (see [liquidprompt#L613](https://github.com/nojhan/liquidprompt/blob/6f0dc9f7dda99fe98c6dce26be5e461692782c6d/liquidprompt)) Shell: `5.1.16(1)-release` Operating system: `Darwin Laptop056 21.5.0 Darwin Kernel Version...

bug
needs information

Omnifunc completion works very nicely with the css completer: ```vim let g:completor_css_omni_trigger = '([\w-]+|@[\w-]*|[\w-]+:\s*[\w-]*)$' ``` I would love to use the omnifunc completer from [prabirshrestha/vim-lsp](https://github.com/prabirshrestha/vim-lsp), however, It is not listing...

Everything works as expected however when sending an indented line, slimux doesn't cut indentation according the first line as I'd expect after looking at slimux/ftplugin/python.vim The output of `:scriptnames` lists...

This patch fixes the displayed loc_list items when g:lsp_document_symbol_detail is set to v:true. Before, only the 'detail' field was used, and the symbol name was not printed, whereas the children...

wontfix

Firefox is bloated, takes up space and eats up memory. I tried Midori, however openstack dashboard is bogus in it. Searching for solutions. The alternative needs to - be smaller...

When the debugged process tries to print lines with an `@` (at) symbol, some parsing mechanism removes it from the debug console output and eventually prints undefined - [x] If...