Adrian L Lange

Results 110 comments of Adrian L Lange

I highly suggest an option is put in to suppress that behavior, as you'd expect a window for an application, while the sync client is more of a service with...

i3wm + polybar, so no tray (intentional). I know the client is running because of the notifications from it, which is more than sufficient.

I _do_ prefer having a GUI for status, but I'll take a look at it. Thanks for the consideration.

I host my own ACME provider, certificates are set to expire after 24 hours, and acme.sh seems to fixate on 60 days ($DEFAULT_RENEW value if not overridden), regardless of the...

It's a race condition; if the service is up before the pod(s) then kube-vip doesn't announce because it doesn't see the pod, and it never checks again.

> There shouldn't be someone mark as both roles, right? You could have both, yes. You can be the leader or an assistant of a normal group and the oposite...

You could try `self.Health:GetStatusBarTexture():SetAlpha(0.5)` instead, as `:GetStatusBarTexture()` returns the Texture object and not the texture file (that'd be `:GetStatusBarTexture():GetTexture()`). > I wanted to make my own branch and pull requests,...

How exactly did you get that blinking? Using this I experienced no blinking whatsoever: ```lua local Health = CreateFrame('Frame', nil, self) Health:SetAllPoints() Health.colorClass = true Health.PostUpdateColor = function() Health:GetStatusBarTexture():SetAlpha(0.5) end...

You'll need to ask the ElvUI people about this, as the solution I provided works fine for oUF, but you're using a fork of it with a plugin we have...

If you're a plugin developer and want to support `{rnd_s}` for your plugin until @olav-st can get 1.3.1 out for all platforms, use this: ```Python import re def fix_filename(name): pattern...