Michael Härtl

Results 201 comments of Michael Härtl

> One thing you can try is `let g:matchup_matchparen_pumvisible = 0` Thanks but it does not change the behavior. If I find time I can bisect the commit that introduced...

@dsmiley After 8 years I dare to ask if there is any news. I'm new to this library and just want to parse WKT. The README states: > The facade...

> ... collapse a partial tree up to the root level folder I want to make sure that we talked about the same behavior. When I have this start condition:...

Can you give some basic code example and include the relevant parts of your configuration?

This issue can probably be fixed in cmp-nvim-lsp (see PR above). I'm still interested in feedback if this behavior is expected. The [LSP specs](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#signatureHelp) are a bit unclear to me...

Doesn't the specs already include that case (outside range...)? But TBH I still struggle to parse this sentence: > If omitted or the value lies outside the range of signatures[activeSignature].parameters...

Same here but with a slightly different looking link. If you search for `Arrays.asList` and the generated link points to: https://devdocs.io/openjdk~8/java/util/arrays#asList-T...- whereas the correct anchor would be: https://devdocs.io/openjdk~8/java/util/arrays#asList-java.lang.Object:A-

Ok, parts of the site is blocked by [uBlock](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=de) on Chrome. No idea why that is or if you want to fix anything. ``` GET https://apollo.nuxtjs.org/_nuxt/SocialIcons-4cc53d7e.mjs net::ERR_BLOCKED_BY_CLIENT TypeError: Failed to...

Reported: https://github.com/uBlockOrigin/uAssets/issues/15583

It was caused by a filter for `*/SocialIcons/*`. It should be fixed in the next release of easylist: https://github.com/easylist/easylist/commit/2d314d4ff7f8c0c48ecf2f305a22b4f687da2d38 Leaving this open FYI.