-
Just like there is the [language server protocol](https://microsoft.github.io/language-server-protocol/) to have cross editor support for language features, there also is the [debug adapter protocol](…
-
### Proposal to improve performance
_No response_
### Report of performance regression
_No response_
### Misc discussion on performance
---
**Setup Summary for vLLM Benchmarking with Llama…
-
The NXP chip in my laptop goes to some sleep mode during system hibernation, which requires it to power cycle and-reinitialize before it can be used again. This can be done by running:
```
sudo nf…
-
Vert.x [4.2 introduced support for MQTT 5](https://vertx.io/blog/whats-new-in-vert-x-4-2/) on the server side. Would be nice to support it in the MQTT adapter.
-
### I'm sure that
- [X] This issue is still present in the **current beta version** of this adapter
- [X] There is no other (open) issue with the same topic (use the search!)
- [X] This issue is not …
Zefau updated
2 weeks ago
-
**Is your feature request related to a problem? Please describe.**
I would like to have additional debugging support in coc.nvim. There are no debug extensions for neovim, that provide proper auto-…
-
### Debug adapter definition and debug configuration
```
local dap = require("dap")
require("dapui").setup()
dap.adapters["pwa-node"] = {
type = "server",
host = "localhost",
port = "${port}…
-
### describe the problem in Detail. What do you expect to happen ? What does happen ?
I've recently upgraded to 1.10.13, after a restart of my host, suddenly the following symptoms started:
- I st…
-
In order to be able to use Rhino in modern develoment setups, I propose to implement the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/), which is how [VS Code](https://c…
-
Microsoft has created a new protocol that is a sort of debugger analog to the Language Server Protocol. See: https://microsoft.github.io/debug-adapter-protocol/
It might make sense to have realgud …