Florian Apolloner
Florian Apolloner
@tvo318 Not sure what that means :) I'd also love this fix in whatever the new AWX will be (ie devel). I already patched it locally on 24.6.1
Oh and as to how I was able to find that file: The PR probably predates the removal of that file.
Hi @bartaz, thank you for the quick reply. That does indeed work, but I'd love to have the whole cell clickable. I fully understand that this is not easy to...
For others stumbling upon this I am currently fixing this via: ``` th a:visited { color: inherit; } table th[aria-sort] { cursor: default !important; } ```
Hi @nehaev, thank you for the rapid response and the great question. While logfmt seems exceedingly simple on the surface, if your values have a space you need to escape...
> You can represent your structured data as plain text or logfmt on Grafana side using transformations available. Sure, but it requires quite a bit more processing and advanced logql...
Thank you @jmuzina. A chat channel somewhere would indeed be nice -- assuming vanilla is ment for public consumption as well. 👍
@jmuzina Any luck with setting up a channel?
@rhatdan Yes, that would be nice. To elaborate: I am trying to set environment variables for common package managers (like python's pip and npm) so that the container builds use...
@flouthoc Yes, that works, but requires cooperation from inside the docker file. With my proposed solution I could "enforce" a company wide pypi mirror (etc) without manually touching all the...