<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DomeKey/HomebrewFormula, branch master</title>
<subtitle>Control your computer with a pair of headphones</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/DomeKey/'/>
<entry>
<title>HomebrewFormula: Fix `:lion`/"10.7" `depends_on`</title>
<updated>2019-06-16T09:15:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-16T08:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/DomeKey/commit/?id=d80aaf766db7fed84a5a4bce0d2b1619c6282f0a'/>
<id>d80aaf766db7fed84a5a4bce0d2b1619c6282f0a</id>
<content type='text'>
Turns out we didn't solve the problem with the previous commit, as
"10.7" still needs to be in Homebrew's `MacOS::Version::SYMBOLS` hash in
order to be recognised.

To work around this, depend on Lion if Homebrew provides it, otherwise
display a message in the Caveats section about the minimum OS version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out we didn't solve the problem with the previous commit, as
"10.7" still needs to be in Homebrew's `MacOS::Version::SYMBOLS` hash in
order to be recognised.

To work around this, depend on Lion if Homebrew provides it, otherwise
display a message in the Caveats section about the minimum OS version.
</pre>
</div>
</content>
</entry>
<entry>
<title>HomebrewFormula: Change `:lion` to `"10.7"`</title>
<updated>2019-06-11T19:12:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-11T19:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/DomeKey/commit/?id=9f6d9da7b8af73e2e55b2f8932eb15f6fb8b718a'/>
<id>9f6d9da7b8af73e2e55b2f8932eb15f6fb8b718a</id>
<content type='text'>
I got this error recently:

    $ brew tap teddywing/formulae
    Updating Homebrew...
    ...
    ==&gt; Tapping teddywing/formulae
    Cloning into '/usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae'...
    ...
    Error: Invalid formula: /usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae/HomebrewFormula/dome-key.rb
    dome-key: unknown version :lion
    Error: Cannot tap teddywing/formulae: invalid syntax in tap!

Turns out `:lion` was removed as a Mac OS X version symbol from
Homebrew:
https://github.com/homebrew/brew/commit/1aa8ad09e212cd9cd2f3ae55f899ed4ef03ae4d0

Use a version string instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I got this error recently:

    $ brew tap teddywing/formulae
    Updating Homebrew...
    ...
    ==&gt; Tapping teddywing/formulae
    Cloning into '/usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae'...
    ...
    Error: Invalid formula: /usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae/HomebrewFormula/dome-key.rb
    dome-key: unknown version :lion
    Error: Cannot tap teddywing/formulae: invalid syntax in tap!

Turns out `:lion` was removed as a Mac OS X version symbol from
Homebrew:
https://github.com/homebrew/brew/commit/1aa8ad09e212cd9cd2f3ae55f899ed4ef03ae4d0

Use a version string instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>HomebrewFormula: Add `--reload-mappings` mention in Caveats</title>
<updated>2018-11-22T22:36:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-22T22:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/DomeKey/commit/?id=a8a36293283f4df90f37e29bdc654908ec943e6b'/>
<id>a8a36293283f4df90f37e29bdc654908ec943e6b</id>
<content type='text'>
Instruct users to reload mappings if `dome-key` is running. This could
happen if the install commands were copy-pasted from the website:

    $ brew install teddywing/DomeKey/dome-key
    $ brew services start teddywing/DomeKey/dome-key

At this point, `dome-key` would already have been started, and the new
mappings wouldn't be loaded into the running process.

Also indent the shell commands to differentiate them from the text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instruct users to reload mappings if `dome-key` is running. This could
happen if the install commands were copy-pasted from the website:

    $ brew install teddywing/DomeKey/dome-key
    $ brew services start teddywing/DomeKey/dome-key

At this point, `dome-key` would already have been started, and the new
mappings wouldn't be loaded into the running process.

Also indent the shell commands to differentiate them from the text.
</pre>
</div>
</content>
</entry>
<entry>
<title>HomebrewFormula/dome-key.rb: Repackage with latest changes</title>
<updated>2018-11-22T20:16:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-22T20:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/DomeKey/commit/?id=bffe56397945195c76bf95a81c0281aef5430803'/>
<id>bffe56397945195c76bf95a81c0281aef5430803</id>
<content type='text'>
Only significant change is the addition of the license to the man page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only significant change is the addition of the license to the man page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HomebrewFormula/dome-key.rb</title>
<updated>2018-11-15T16:32:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-15T16:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/DomeKey/commit/?id=3a12c91fb273bfdaf032bf5a5f4e208a2a12a044'/>
<id>3a12c91fb273bfdaf032bf5a5f4e208a2a12a044</id>
<content type='text'>
Generated with `make pkg`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generated with `make pkg`.
</pre>
</div>
</content>
</entry>
</feed>
