solidDoWant

Results 40 issues of solidDoWant

**Is your enhancement request related to a problem? Please describe.** Device tree source files are not recognized when parsed by Rouge. I'm using Jekyll writing some guides on how to...

enhancement-request

When running the pre-commit hook with a Helm binary v3.8.2 or later (possibly earlier versions as well), the hook will always fail with: ``` ==> Linting *.tgz Error unable to...

# Details **Describe the solution you'd like:** This container is often used in conjunction with VPN containers. Some of them, like gluetun, support an HTTP health check endpoint. It would...

enhancement

* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/dev/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...

This adds a [kustomization file](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/) that always includes the latest ClusterImageCatalog manifest for the default distribution. cdc86b77be5ac72bbce39136a5e56e140d2aad2a added support for multiple Debian releases, and changed the `ClusterImageCatalog.yaml` from a file...

The metrics endpoint only listens on localhost, making it impossible for metrics scrapers (prometheus, victoriametrics) to reach. This PR removes the bind-address arguments (the health probe argument is redundant as...

### **Describe the bug** The `delivered-packets` [field](https://github.com/AthennaMind/opnsense-exporter/blob/main/opnsense/protocol_statistics.go#L148) is too small to hold the value returned by OPNsense, causing the protocol collector to fail: ``` time=2025-04-04T01:32:37.291Z level=ERROR source=collector.go:232 msg="failed to update"...

bug

As discussed on Discord, this switches the transcoder to use pgx. This is a simple lift and shift, with none of the new helper methods currently used. The pgx library...

### Kyoo's version v4.7 ### What happened? When playing multiple episodes in a row, the "back" button on the player returns to the previous episode, rather than the home page....

bug

With some of the recent changes to how contexts are passed around, background jobs have been getting cancelled when the web request that spawned them is cancelled. This runs all...