maxbry
maxbry
Hello, I have the following model: type Car struct { ID int `json:"id" db:"id"` CreatedAt null.Time `json:"created_at" db:"created_at"` [...] } I'm creating an object the following way: car := &models.Car{}...
## Summary of Bug I set up my own chain but cannot access anything from the key value stored. After some degugging I found that `t.ndb` is nil in [this...
Is it possible to change the size of an SizedWaitGroup which is already in use?
``` $ hetzner-k3s --version 2.3.1 $ kubectl version Client Version: v1.32.1 Kustomize Version: v5.5.0 Server Version: v1.29.15+k3s1 $ hetzner-k3s upgrade --config config/cluster_dev.yaml --new-k3s-version v1.32.1+k3s1 _ _ _ _____ | |__...