-
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
sata updated
2 months ago
-
Cloned project minutes ago. Using board = esp32-2432S032C I get the following issue:
```
C:\Users\forre\.platformio\penv\Scripts\pio run -t upload -e esp32-2432S032C
Processing esp32-2432S032C (b…
-
1. What version of Delve are you using (`dlv version`)?
Delve Debugger
Version: 1.20.1
Build: $Id: 96e65b6c615845d42e0e31d903f6475b0e4ece6e $
2. What version of Go are you using? (`go version`)?…
-
Keeping track of something we discussed with @cjpatton: some notions of DP are not achievable with DAP, at least in the current form of the protocol. For instance:
- User-level DP seems hard to enfor…
-
```sql
bdc=# set client_min_messages='debug4';
SET
bdc=# explain verbose …
-
I'm trying to install netcdf-fortran 4.6.1, but met the error "Could not compile conftest.f", after find the config.log, I found "error: identifier "choke" is undefined", here is the command I use for…
-
The USERROW structures have non-portable uses of bitfields, as well as a large amount of code that essentially duplicates what the compiler should be doing with them.
Furthermore, GCC 4.4 now issue…
mzero updated
2 years ago
-
JTAG mode does not work with stlink. Check if swapping TDI with TDO works.
-
Currently, I'm using the [comint-mime](https://github.com/astoff/comint-mime) package with the following configuration:
```emacs-lisp
(use-package comint-mime
:straight (:host github :repo "ast…