Scott Perry
Scott Perry
It occurs to me that a C-based custom token matcher is overkill in most cases. For example: ``` .token hex '0x0BADCAFE' '0x248c' .token oct '0644' '0777771' .token bin '11001011b' '10b'...
My config uses [`permalink: /post/:year/:title/`](https://numi.st/post/2022/travel-uke/) together with [`jekyll-postfiles`](https://github.com/nhoizey/jekyll-postfiles) to keep assets local to their respective posts. This allows me to use simpler image tags in [my Markdown](https://github.com/numist/numi.st/blob/main/_posts/2022-04-21-travel-uke/2022-04-21-travel-uke.md) (``) when editing...
My config uses [`permalink: /post/:year/:title/`](https://numi.st/post/2022/travel-uke/) together with [`jekyll-postfiles`](https://github.com/nhoizey/jekyll-postfiles) to keep assets local to their respective posts. This allows me to use simpler image tags in [my Markdown](https://github.com/numist/numi.st/blob/main/_posts/2022-04-21-travel-uke/2022-04-21-travel-uke.md) (``) when editing...
This PR adds support for conditionally expanding argument and subcommand synopses to reflect supported values when there are multiple values and their combined length is not overly onerous. To use...
I wrote a script to generate a layout for a harmonic isomorphic midi keyboard in KLE's json style ([Download](https://github.com/ijprest/keyboard-layout-editor/files/5900539/midi-kle.txt)): ``` json [ [{x:6.0},"C₈", "C₈#", "D₈", "D₈#", "E₈", "F₈", "F₈#", "G₈",...
I don't expect it to change much, but hopefully I find out before it becomes the law of the land.
[ScreenCaptureKit](https://developer.apple.com/documentation/screencapturekit?language=objc) is the new blessèd way to capture screen contents (instead of `CGWindowListCreateImage`) and includes some useful features like automatically handling image resizing on the gpu. Unfortunately the only way...
So this branch has been coming along for a while, and the results are already quite pleasant: It's faster, it's less buggy. The swiftifacation of Switch's use of event taps...
Switch's model objects call out to NSScreen a lot to accomplish such things as figuring out their non-flipped geometry and grouping by Space, and the dependency is inherently mutable and...
Window list snapshot attached. [snapshot-1596702451.zip](https://github.com/numist/Switch/files/5033545/snapshot-1596702451.zip)