Joey Sabey
Joey Sabey
Unfortunately, their version number is just 20190917 =P The only actual change our end really is dropping the patch files as they accepted them upstream prior to their latest release....
Are Firefox themes actually anything more than colour-schemes? The 'Arc' in SolArc doesn't make any sense if they don't make changes other than colours. There are Solarized themes we could...
I believe it already is, though not super well advertised upfront on/by github: https://github.com/easymotion/vim-easymotion/blob/b3cfab2a6302b3b39f53d9fd2cd997e1127d7878/doc/easymotion.txt#L1165-L1190 Perhaps you could open a pull request adding a LICENCE file and/or note in the readme?...
You may be looking for this? ``` USER-DIRS.CONF(5) File Formats USER-DIRS.CONF(5) NAME user-dirs.conf - configuration for xdg-user-dirs-update DESCRIPTION The /etc/xdg/user-dirs.conf file is a text file that controls the behavior of...
Opened PR #16 implementing the fix specified here. I'm not familiar with the internals, but I note there are identical `getContentHeight()`, `getContentWidth()`, `getExtraHeight()`, and `getExtraWidth()` methods in `row.go`, `column.go`, `flexbox.go`,...
Looks like `20210412` is the earliest release with Gnome 40 support, and it is only one release past the last tested default here. There are a few other later releases...
> I think the prompt should be a y/N thing, and escape is considered an N. Hm, I suppose it could be considered equally 'intuitive' behaviour either way, though I...
I remembered localisation is a thing, so there's also that for even something as simple seeming as a y/n prompt.... 'Y/N has long transcended the yes/no origins in computing' is...
https://github.com/dlvhdr/gh-dash/blob/94c660311ddd0b2e063f520e027b4096e1e84666/ui/modelUtils.go#L112-L118 @venkatamutyala Over-zealous error check here, I believe. Exits out early without actually knowing or caring if the template being Executed needs the local path.
With that said, I think there is perhaps a fair bit of quite aggressive reworking of that source file that is low-hanging fruit to improve flexibility and provide a broader...