Felicián Németh
Felicián Németh
KOrganizer don't seem to recognize the .ics file when the UID field is not present.
I wasn't sure whether my idea of supporting extra reference methods with a slight extension of the language server protocol would work, so I implemented this proof-of-concept. Unfortunately, it turned...
According to the LSP specification documentHighlightProvider in ServerCapabilities defined as: ``` documentHighlightProvider?: boolean; ``` However, the server sends `"documentHighlightProvider":null`. There are other values in the server capabilities that are null...
## Question I have a CRD with a selector field that defines a set of pods on which my operator should configure something. Additionally, it is possible to have two...
Hi, Would it possible to (optionally) extend the json output to include the line number of the .proto file where a message is declared? (I'd like to conveniently link back...
```toml #:schema ./foo-schema.json foo = "bar" ``` Executing "taplo lint foo.toml" works with the foo.toml file above, but it doesn't work when taplo is running as an LSP server: ```...
It seems mp-quic doesn't handle changes in interface status. Case 1 and 2 (below) are almost identical, but one of the client interfaces is turned down at 2s in Case...
It seems commit dfff3c965fea83c0429b17c37a0668b6023f519b by @gatesn changed the default value of the config parameter pyls.plugins.jedi_completion.include_params from true to false. package.json still says its default value is true, so this might...
(I understand that this bug report is not precise at all, but I couldn't even figure out version number of Flowvisor being used in the testbed.) My controller sent OFPPC_PORT_DOWN...
Because of #3031, it's now a two-step process to get, for example, the filenames of the songs in the queue: $ quodlibet --set-pattern '' $ quodlibet --print-queue Closes #1979 Closes...