Chance Zibolski

Results 36 issues of Chance Zibolski

**Is your feature request related to a problem? Please describe.** I'd like to be able to create histograms using logql based on an extracted field. We want to track job/rpc...

keepalive

## Changes Correctly handle OCI charts with the kustomize manager. This requires setting the datasource to `docker` and replacing the `oci://` scheme with `https://`. For the implementation, I simply adapted...

Obey download categories configuration in download ahead feature. I missed handling this in the PR introducing download the categories setting: https://github.com/Suwayomi/Suwayomi-Server/pull/832. I opted to not do this in the download...

@lambdanis had to manually update the Go version in the Dockerfile and Makefile in the v0.12 stable branch here https://github.com/cilium/hubble/pull/1317 because Renovate didn't. I started looking into it, and I...

kind/enhancement

**Change** I'm looking at whether or not CEL could be used as a DSL for an existing gRPC based query API. For a query API, we may need to operate...

Could we get a new release with ARM64 builds for MacOS?

I'm trying to process a Kubernetes CRD YAML file, and js-yaml is failing when trying to parse it. The error is: ``` Error: YAMLException: bad indentation of a mapping entry...

It would be really handy instead of requiring the flask "App" object at manager creation time, if this could be deferred until later, by using the init_app() pattern. http://flask.pocoo.org/docs/0.10/patterns/appfactories/ The...

If another process is watching for `*.gz` files then it's possible to begin reading the archive before it has been completely created, resulting in corruption if the other process is...

## Cilium Feature Proposal **Is your proposed feature related to a problem?** Securing metrics is important for many users, so we should support TLS on the Cilium metrics endpoint. While...

good-first-issue
kind/feature