Skip to content

Instantly share code, notes, and snippets.

View bradhowes's full-sized avatar

Brad Howes bradhowes

View GitHub Profile
@bradhowes
bradhowes / auv3-support--coverage.json
Last active February 22, 2026 07:53
auv3-support coverage
{"label":"Coverage","message":"83.63%","schemaVersion":1,"color":"success"}
@bradhowes
bradhowes / DSPHeaders-coverage.json
Last active February 24, 2026 11:06
DSPHeaders coverage
{"label":"Coverage","message":"97.85%","schemaVersion":1,"color":"success"}
@bradhowes
bradhowes / repro.el
Created August 1, 2025 20:30
Bits of frame manipulation from my init.el to reproduce positioning issue
;;; init.el --- load the full configuration -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(defconst my/screen-laptop (intern "my/screen-laptop")
"Symbol to indicate display is MacBook Pro 16\" laptop screen.")
(defconst my/screen-4k (intern "my/screen-4k")
"Symbol to indicate display is 4K screen.")
@bradhowes
bradhowes / SoundFontsPlus-coverage.json
Last active February 16, 2026 23:06
SoundFontsPlus code coverage
{"label":"Coverage","message":"84.2%","schemaVersion":1,"color":"success"}
@bradhowes
bradhowes / coverage_reporter.sh
Created January 3, 2026 08:35
Filter coverage results from xcodebuild
#!/bin/bash
# set -x
# The default code coverage output from `xcodebuild test -enableCodeCoverage YES` is misleading since it contains stats
# for the test files themselves. This script goes through the xcov archive and extracts those paths that have
# '/Features/Sources/' in them. It then generates a new report using just those files. Major PITA.
# There must be an an archive file to use
# shellcheck disable=SC2086
@bradhowes
bradhowes / swift-math-parser-coverage.json
Created March 10, 2026 19:32
swift-math-parser-coverage
{"label":"Coverage","message":"84.2%","schemaVersion":1,"color":"success"}