Aspen

Results 53 comments of Aspen

The issue seems to be with how the yamlfmt script is deployed. It may be best to move the main logic to a module and export an entry point for...

`subnet` maps to the `ip_network` field in unifi which is an interface spec, so `subnet = "10.16.99.254/24"` means the network is `10.16.99.0/24` with the gateway listening on `.254`. I ran...

Hey, the sasl plugin (core/sasl.py) handles the authentication flow by sending AUTHENTICATE once it receives the CAP ACK. Can you provide logs showing the behavior you experienced with it not...

Supporting templated topics like telegraf or similar tools do would work, allowing things like `topic: docker/diun/{{ .Container.Name }}` to allow for more control. I suppose a payload template as well...

> My guess is that something more fundamental is wrong with the tests, like there are tests executing on platforms that they shouldn't be executing on. Looking at the log,...

Yeah that makes sense to me, I'll add that to my todo

I'm having the same issue with poetry install on macos

Not sure if this should be a separate request or not, but being able to select all episodes of a podcast would be ideal, especially in cases where I need...

Can confirm this is affecting my environment as well. I am using puppet to manage nodes for a kubernetes cluster and the cluster generates chains such as `KUBE-SEP-A3JRT2JPMZOSOL3K` by default,...

EDIT: Never mind, this label is part of my specific chart's template, it is just using `.Release.Revision` and helm computes the templates with the revision incremented for diffs. ~~I can...