René Vangsgaard

Results 11 comments of René Vangsgaard

If it can in any way help you debug this, it also happens for me using Wayland on Gnome 19.04 and the default screenshot tool (just using the keyboard shortcut...

> > ``` > gnome-screenshot --area --file=/tmp/scr.png && eog /tmp/scr.png > ``` > > Please tell me if the tint is present on the resulting picture The tint is present...

I only see the tint using gnome-screenshot, I have not installed the extension. But the tint is present on both using Wayland shortcut and gnome-screenshot.

> I noticed I was getting the blue tint in my SHIFT+PRTSCR screenshots on Gnome. I then realized I had used Gnome Tweak Tool to disable animations. Re-enabling animations and...

I was looking into this, and I can confirm that possibility to pass the grafana_session cookie was removed here https://github.com/grafana/grafana/commit/4539c33fce5ef23badb08ebcbc09cb0cecb1f539

> yes it will be very usefull append .bash_history. Another project like Arsenal (by Orange Cyberdefense) have find another solution : "arsenal emulates real user input (with TTY arguments and...

> I do not want to enforce ways of working, so do you have a suggestion of how I could handle if there are multiple KSail clusters initialized in the...

I do not understand the proposed solution - will the ksail native config file only contain exactly one clusterName or multiple. If you can, please elaborate on the ksail native...

> I want to lean into the what could be expected if using sops outside of sail. SOPS by default writes to stdout, and most CLIs do this. Sometimes you...

Personally I have no use of the `--output` option. Piping the results of `stdout` to a file is a well-known practice on Unix/Linux: `ksail sops decrypt > output-file` Decrypts the...