-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
Hi 👋
I couldn't make a simple program working with an OTF font.
I used: https://velvetyne.fr/download/?font=karrik
Code sample:
```go
package main
import (
"fmt"
"github.com/go-pdf/fpdf"
)
fu…
nobe4 updated
1 month ago
-
Hi, I'm looking for a better way to make air work with delve remote debugging. I setup up this param in full_bin
```bash
dlv exec --head --accept-multiclient --listen=127.0.0.1:6342 --continue
``` …
-
**Is your feature request related to a problem? Please describe.**
The legacy debug adapter implemented some support for automatic path mapping (#45). We want to deprecate the legacy debug adapter …
-
To reproduce:
1) Have some bazel project with an external library provided by go_repository.
1) Build with `bazel build -c dbg //program:main`
1) Execute `dlv exec bazel-bin/program/linux_amd64_deb…
-
The issue has appeared when I updated to Mac OS 15.0 Beta (24A5309e)
I use GoLand 2024.2, Go 1.22.6, go-sqlite3 v1.14.22
Just add a simple import to an empty project:
```
import (
_ "github.co…
-
I get a `The file "dlv" does not exist` when trying to run the debugger. I've tried with default settings on a fresh install, and with two different verified `dlv` binary paths, specifying both `Delve…
-
A confusing/incorrect error is returned while trying to use the model file `mnist-1.onnx` from https://github.com/onnx/models/tree/main/validated/vision/classification/mnist/model
(The file `mnist-…
-
Are we using api version1 still?
-
Kubectl says:
```
$: kubectl get po -n squash-debugger
NAME READY STATUS RESTARTS AGE
plankc97b5 0/1 Error 0 2m38s
```
pod logs:
```
[36mINFO[0m[0000] plank …