pricci1
pricci1
I tried with a brand new HDD, and the same happened. It might be the power supply, but it's the official one. The only things I have attached to the...
They are 2.5" 5400rpm drives. Only one connected at a time
Will try with a USB hub. Thanks
Here is a minimal reproduction: **index.html** ```html Index Go to about ``` **about.html** (a copy of index.html with different body) Notice that both files link to the same CSS and...
+1 It would be great to support `delta --detect-dark-light=always` | Header | |--------| | Delta's **dark** on Kitty's light: | | | | Delta's light on Kitty's **dark**: | |...
Related: https://github.com/jesseduffield/lazygit/issues/4550
Good idea. This works for me in KDE Plasma ```bash #!/usr/bin/env bash detect_theme() { # KDE Plasma if command -v plasma-apply-colorscheme &>/dev/null; then local theme_list=$(plasma-apply-colorscheme -l 2>/dev/null) local current_theme=$(echo "$theme_list"...