-
If you compare https://pkg.go.dev/github.com/scaleway/terraform-provider-scaleway/v2@v2.38.3 and https://pkg.go.dev/github.com/scaleway/terraform-provider-scaleway/v2@v2.39.0, you will see scaleway di…
-
I'm getting a segfault when attempting a basic wav file playback. Are there dependencies that need to be installed on a debian/ubuntu server to support audio processing?
```Oct 11 18:05:35.337536 …
-
ALBA-2024:3840: golang bug fix update (Moderate)
Severity: Moderate
Description
The golang packages provide the Go programming language compiler.
Bug Fix(es):
* Rebase to 1.21.10 (JIRA:AlmaLinux-356…
-
###
# What went wrong?
**What happened**:
depricated code present
[ - ](https://github.com/golang/protobuf)
**What did you expect to happen**:
to replace github/golang/protobuf with google…
-
### Description
Memory keeps growing when create client and get container list repeatedly.
### Reproduce
1. Create client and get container list repeatedly
```go
package main
import (
…
-
github.com/coreeng/developer-platform/pkg v0.26.5 :eyes:
```sh
pkg/cmdutil/userio/input_source_switch.go:6:2: reading github.com/coreeng/developer-platform/pkg/go.mod at revision pkg/v0.26.5: g…
-
If we look at go packages like these https://github.com/go-jose/go-jose/archive/refs/tags/v4.0.1.zip https://pkg.go.dev/github.com/go-jose/go-jose/v3?tab=versions, they have a leading v in them. Where…
-
Running the program gives
`panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signa…
-
I'm seeing panics when building/installing go-codegen with go >1.22.0. If I build using go
-
i need to run integration tests on qdrant server but i do not want to go down with testcontainers heavy stuffs
so i just create mock servers and let clients request go through network but hit an …