Jack Henschel

Results 118 comments of Jack Henschel

Hello, I'm seeing the exact same issue (`chmod kine.sock: no such file or directory`) on an Openshift cluster with vcluster version `0.8.1`. I installed the The PVC is using CephFS...

Well, the text disappearing after fullscreen is actually [a standalone issue](https://github.com/geommer/yabar/issues/71) (#71) (and hence this would be a very hacky workaround). Personally, I think everything else than signaling is currently...

I would like to include the [new wifi block](https://github.com/geommer/yabar/pull/134) and @NBonaparte 's [workspace feature](https://github.com/geommer/yabar/commits/dev_workspaces) before making the next release. But in general I agree with you, we really need a...

Thanks for the report! What version of yabar are you using (which Git commit did you build from)? What is the name of your access point? (Or alternatively: how many...

First, you might need to enable core dumps. Check the output of `ulimit -c`. You can enable core dumps (until the next reboot) with `ulimit -c unlimited` (this tells the...

It is already possible to specify multiple (fallback) fonts in yabar, e.g.: font: "Droid Sans, FontAwesome Bold 9"; Doesn't this cover the missing spaces?

I can confirm this and it also happens with other blocks, e.g. `YABAR_THERMAL`. The issue seems to be that the variable-size feature is not working correctly.

Hahaha, that is actually kind of amazing. I have a vague suspicion where this is coming from. [ya_setup_bar](https://github.com/geommer/yabar/blob/master/src/ya_parse.c#L251) writes "Using monitor xyz" to STDOUT with `printf("Using monitor")` - which is...

Hello, we are also affected by this and had to revert back to v7.2.0 after some of our users reported that the `X-Forwarded-User` header is missing when `prefer-email-to-user` is set...

When `externalTrafficPolicy: Local` is set, why are all nodes in the cluster (still) added as pool members? I would expect that only "active" members (i.e. nodes running pods for the...