Thomas

Results 197 issues of Thomas

**Is your feature request related to a problem? Please describe.** Some applications, like Grafana, use ini files for configuration. **Describe the solution you'd like** It would be nice to have...

FeatureRequest
NeedsInvestigation
encoding

**Is your feature request related to a problem? Please describe.** There are some situations where a yaml tag is required. `(encoding/yaml).Marshal` does not support encoding tags and makes this impossible....

FeatureRequest
encoding

Go 1.25 will automatically set GOMAXRPOCS to match cgroup limits of applicable, which makes automaxprocs redundant. https://go.dev/doc/go1.25#container-aware-gomaxprocs **Checklist:** - [x] **Commit Message Formatting**: Commit titles and messages follow guidelines in...

### ImageMagick version 7.1.2-0 ### Operating system Linux ### Operating system, version and so on Arch Linux, latest ### Description I have a jxl image which decodes perfectly fine with...

### Describe the bug I changed this workload to use a [pod resource](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pod-level-resources/) limit of 1 cpu, instead of setting individual requests and limits for the containers. This has broken...

bug

We have a workflow where to prune resources in Kubernetes, we need to create an empty git commit with a specific message. It doesn't look like there's any way to...

**Describe the bug** I am generating valid Go durations with Go, and they are rejected by the strict regular expression. https://go.dev/play/p/ErDekq0050M ```go fmt.Println(24 * 365 * time.Hour) // 8760h0m0s ```...

bug