Jason Gomez
Jason Gomez
Nice work, although I am not entirely convinced that the active state gradients are what Metro's about. I thought gradients (along with rounded corners, bevelled edges, glass, reflection and gloss...
mpv-msix is great on Windows. I am using the Microsoft Store version. I have rifle.conf for ranger set to open default programs on ranger and I have mpv-msix set as...
This is the relevant parts of my config: ``` if has('unix') let $VIM = "$HOME/.config/vim" elseif has('win32') let $VIM = "$HOME/vimfiles" endif " vim-bookmarks let g:bookmark_sign = '⭕' let g:bookmark_save_per_working_dir...
In Windows Terminal settings when the `Command line` setting it set to: `%ProgramFiles%\WindowsApps\WhitewaterFoundryLtd.Co.16571368D6CFF_22.3.2.0_x64__kd1vv0z0vy70w\DistroLauncher\pengwin.exe` the explorer.exe right-click context menu item to "Open in Terminal" doesn't work, as ["does not respect the...
 Since I updated by config since an update (which caused deprecation warnings that drove me insane) I have three issues which I didn't have before and I have not...
I have made a GitHub Action to make [mosh ](https://github.com/mobile-shell/mosh)statically-linked binaries. I am updating another person's build action which used the deprecated release action. I have a multi-architecture matrix which...
I've been using this for a few years, so I am surprised to only come across this problem now - you cannot seem to `git add -p` to stage parts...
I'm trying to build a statically-linked binary as I have that I cannot use git-crypt on Oracle Linux 9.1 (and I have become pretty dependent on it). I add the...
**Describe the bug** I have been using the `#overlay-scrollbars` Chrome flag for many years. It makes the browser window viewport size consistent as the side scrollbar is overlayed instead of...
**Describe the bug** If I want to jump n tabs back or forward (eg. `2`,`J` or `3`,`gt`), it only jumps one tab back or forwards if the j/k keys are...