stCarolas

Results 3 issues of stCarolas

In block ```java List.ofAll(classDeclaration.getModifiers()) .map(Node::toString) . ``` completion wouldn't work with dot after `.map(Node::toString)`. But it still works with lambda ``` List.ofAll(classDeclaration.getModifiers()) .map($ -> $.toString()) . ```

content-assist
need info

### Apache NetBeans version Apache NetBeans 21 ### What happened I'm trying to start java.lsp.server for using with nvim. `bin/netbeans -h` says ``` Additional module options: --start-java-language-server [] Starts the...

kind:bug
LSP
needs:triage

Sway WM, to reproduce we should have in sway config ``` input type:keyboard { xkb_layout us,ru xkb_options grp:lctrl_rctrl_switch,ctrl:nocaps } ``` and in keyd config ``` [ids] * [main] capslock =...