Greg Furman

Results 78 comments of Greg Furman

> You can customize by setting the format on the appender configuration, like this: > > https://github.com/bruno-garcia/log4net.ElasticSearch/blob/3929690800d3f228a33cff0336ca8c941052dd4f/src/log4net.ElasticSearch.Tests/logConfig.xml#L21 Changing the value to "yyyy-MM" does not work and seemingly just defaults back...

Confirming upgrading k8s from `v1.24.9-rancher1-1` to `v1.24.10-rancher4-1` has fixed the issue and metrics have resumed. We are running Rancher `v2.7.1`.

We have a service that allows for any user in our org to encrypt secrets for PROD or DEV via a web-app (Goland backend). Currently, we use your package for...

Hey! Any chance we can extend silent mode to also suppress printing to stdout/stderr? I'm using `HuggingFaceModelDownloader` as a package. Alternatively, perhaps rather use a logger? So the below should...

Hey Evan! If I recall, the main concern is when rebasing/merging multiple commits into `main` -- not all commits are checked for vulnerabiltiies. For example: `main` contains commits `A ->...

Yeah exactly. Perhaps Minder should rather just recommend changes be squashed when merging or perhaps even provide a simple git command to safely drop/squash the vulnerable commit. Personally, I would...

> I'm curious why we aren't testing scenarios where the items in the pagination change. For instance, what if a new execution starts after the first listing request? Testing this...