Scott Colby
Scott Colby
If you type a contraction, OS X automatically changes the upright apostrophe/single quote to a slanted one. Cleartext recognizes "I'm" as a valid word, but not the corrected version "I’m"...
## Feature request I understand the usefulness of automated crash reporting for bug fixing and improving the user experience of the app. However, I would like to accept the cost...
My `config.sh` is entirely standard with `RaspberryPi3` selected aside from adding an `option User`. The build proceeds normally and finishes with success. When starting up the Pi, however, I get...
#### Description This is based on #5030, just updated against current master and resolved conflicts. The following description is mostly copied from that PR description. Adds a new option `separator_symbol`...
I use the below configuration, but came across the need to encode a string that contained a newline character, like so `foo: "needs a newline\n"`. It's possible I'm missing something...
Using Kitty and Tmux on macOS with FiraCode 1.207:  Same configuration but with FiraCode 2:  The...
**Is your feature request related to a problem? Please describe.** My thermostat has the standard off/heat/cool/auto and schedule/hold modes, but really only a subset of these combinations are valid: -...
It would be useful to me to determine when I have entered or exited the Sleep Focus specifically. From a glance through the `INFocusStatus` documentation, I don't think this is...
s:sw() fallback based on the snippet from the NeoVim docs: https://neovim.io/doc/user/builtin.html#shiftwidth() I have my `'shiftwidth'` set to 0, which tells Vim to use `'tabstop'`, but this plugin directly uses `&shiftwidth`...
Scenario 1: - Your releases are not kept in branches but instead are in git tags, so `releases_release_uri = 'https://github.com/you/project/releases/tag/v%s'` - Your unreleased changes are not in a tag, but...