-
`golangci` has a config option to ignore certain paths/dirs: https://golangci-lint.run/usage/configuration/#issues-configuration
I think it would be super useful to have a similar option, I'm down to…
-
```go
func main() {
llm, err := ollama.New(
ollama.WithModel("qwen2.5:14b"),
ollama.WithFormat("json"),
ollama.WithHTTPClient(httpClient),
)
if err != nil {
panic(err)
}
conte…
-
From https://golang.org/cl/c/tools/+/167860/2#message-67538dc441493e6d29b62dd5f94db08732c1b248, the test is failing with this error on all platforms with tip Go:
```
stringer: error: 0 packages fo…
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- `go version go1.23.0 d…
kb-sp updated
2 months ago
-
```
#!watchflakes
post
-
**Is your feature request related to a problem? Please describe.**
Ref: #23
Could we have a .deb file to install directly on Debian/Ubuntu and other variants ?
**Describe the solution you'd lik…
-
Are there details on why the export tags for cabi_realloc were removed in [88cdc52](https://github.com/bytecodealliance/wasm-tools-go/pull/144/commits/88cdc52eb22ed81890a5a9238231d738e44ec9df)
Thi…
-
```
#!watchflakes
default stderr '^go: GOTELEMETRYDIR cannot be modified$'
matched: go: GOTELEMETRYDIR cannot be modified
# Test issue #69269: 'go telemetry off' should not in…
-
### What version of gazelle are you using?
0.38.0
### What version of rules_go are you using?
0.49.0
### What version of Bazel are you using?
7.3.0
### Does this issue reproduce with…
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- go version go1…