Peter Kos
Peter Kos
(If this hasn't been solved yet) Are there any other settings you have in GitHawk? e.g., double-tap reactions. I've found that tapping too quickly on checkboxes triggers the double-tap reaction,...
I'd love to implement this! Saving the previous position in each repo might be best as a separate PR for #organization, but the implementation shouuuld be similar though -- thoughts?
I've found two additional issues with this: 1. Opening the long text, then toggling the predictive option in the stock keyboard, causes the height to be miscalculated like above. (iPhone...
As a [workaround](https://apple.stackexchange.com/a/365433), on iOS, you can long-press on the bookmark icon, and it'll prompt you to save all tabs to a bookmark:
It looks like the `~/Library/Safari/CloudTabs.db` SQLite database that [this repo reads from](https://github.com/josh-/CloudyTabs/blob/master/CloudyTabs/JPCloudTabsDBReader.m#L115) only stores 99 items in it at a time... Which is strange because Safari lists more than 99...
> I think this is a terminal option. For example, kitty has a [`cursor_blink_interval` option](https://sw.kovidgoyal.net/kitty/conf/?highlight=blink#opt-kitty.cursor_blink_interval) that, when set to `0`, disables blinking. Which terminal emulator are you using? I use...
@nrgapple I don't think the issue is solved yet, unless I am missing something. The website lets you reorder the _sections_ (Education, Work, etc.) but this is about reordering specific...
Italics mean that a file's not "open" - double-clicking the file in the sidebar should solve the issue. Single-clicked on file:  Double-clicked on file: ![screenshot...
@WilsonMontelo Go into the `Spacegray.sublime-theme` file (or the corresponding .sublime-theme for whatever variant you're using), and change the line ```` "font.italic": true ```` to ```` "font.italic": false ```` underneath the...
Have you tried changing the actual `.sublime-theme` file itself, not your Preferences? (I think you have to install the theme manually to be able to access it)