joshgc
joshgc
Has there been any progress on this? I have some custom sensors being served via an RPi and the WebThings works great, but there appears to be no way to...
I believe I'm experiencing the same problem in 1.9.8: ` $ head -n20 dump Fluent Bit v1.9.8 * Copyright (C) 2015-2022 The Fluent Bit Authors * Fluent Bit is a...
After debugging last night, I have not solved the issue, but am quite confident its from a misbehaving rewrite_tag filter. It apperas to either never match, OR match all records...
FWIW I'm not even sure this error message (which continues to haunt me), is even an error message. I get it spammed at my for 13seconds at start up, then...
Is this PR still a possibility? I'm also having issues building poetry now, but with bazel instead of conda.
I'm facing a similar issue, but with self-hosted linux (appengine runners). Since its AppEngine, I'm even willing to believe that Appengine could be part of the problem (it could just...
Sorry for the naive question but where are you specifying `image.dindSidecarRepositoryAndTag` I'm not seeing any mention of that in the actions-runner-controller.yaml. Is this perhaps a Helm thing? Surely it has...
@verult was able to patch the command directly in like this on line 34342 in version 0.26 of actions-runner-controller.yaml ``` containers: - args: - args: - --metrics-addr=127.0.0.1:8080 - --metrics-addr=127.0.0.1:8080 -...