Results 13 issues of 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...

enhancement

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: ![Screen Shot 2019-09-10 at 10 59 53](https://user-images.githubusercontent.com/9711846/64625567-685fd700-d3ba-11e9-8cea-6ff53aedec80.png) Same configuration but with FiraCode 2: ![Screen Shot 2019-09-10 at 10 56 15](https://user-images.githubusercontent.com/9711846/64625589-71e93f00-d3ba-11e9-9d98-d227c826df1b.png) 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: -...

enhancement

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...

feature-request

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...

enhancement