Max Jonas Werner

Results 119 comments of Max Jonas Werner

I don't see it either (Arch Linux, minitube 3.9.3). Is there any way to debug this further to find out why it's not showing?

> ![2023-08-28_08-31](https://user-images.githubusercontent.com/143316295/263612614-4e66c780-e4fe-44e7-a4c2-3283adfdd18e.png) > > We speak about this, right? Yes, exactly. Hovering over any of the buttons in that toolbar doesn't show tooltips for me. I'm using i3 but that...

As another data point, other applications linked with Qt 5 GUI such as keepassx or phototonic do show tooltips.

You need to set `.spec.proxy` explicity in your Provider: https://fluxcd.io/flux/components/notification/providers/#https-proxy edit: Some more context: n-c doesn't use `net/http`'s `DefaultTransport`, therefore the `http_proxy` environment variable isn't consumed by most Providers.

If you can't find any log messages like the following then it is unlikely that n-c didn't successfully send it. ``` $ $ k logs -n flux-system -l app=notification-controller |...

> Is it possible to increase debug mode? To understand where it's tried to send the message and blocked? If you see no message in the logs such as the...

The `context` field of the status is constructed from the involved object and the UID of the provider (`.metadata.uid` of each Provider object) to make it unique across clusters but...

> Looks like this PR described the same use case #340 I don't think a new field is necessary here as we can rather fetch the needed information from the...

> > maybe we can make the context configurable to include an additional > > @makkes maybe we should include it in the `description` field instead? Would be fine from...