• Joined on 2025-02-03
logan closed issue yonlu/yellowjacket#104 2026-08-25 16:37:56 +00:00
WAV tags are written but never read: metadata.ExtractTags cannot see a WAV's id3 chunk
logan merged pull request yonlu/yellowjacket#218 2026-08-25 16:37:56 +00:00
fix(metadata): read a WAV's tags out of its RIFF id3 chunk
logan pushed to main at yonlu/yellowjacket 2026-08-25 16:37:55 +00:00
871a3b7aac Merge pull request 'test(ui): make ui-visual-update honour its file filter' (#206) from fix/204-ui-visual-update-filter into main
e5d0f2714b test(ui): make ui-visual-update honour its file filter
Compare 2 commits »
logan closed issue yonlu/yellowjacket#204 2026-08-25 16:37:53 +00:00
make ui-visual-update ignores UI_ARGS and re-records every baseline
logan merged pull request yonlu/yellowjacket#206 2026-08-25 16:37:53 +00:00
test(ui): make ui-visual-update honour its file filter
logan pushed to main at yonlu/yellowjacket 2026-08-25 16:37:44 +00:00
f3207e8bf9 Merge pull request 'test(ui): clear localStorage between component tests' (#219) from fix/138-ui-test-storage-leak into main
772c71c49f test(ui): clear localStorage between component tests
Compare 2 commits »
logan merged pull request yonlu/yellowjacket#219 2026-08-25 16:37:42 +00:00
test(ui): clear localStorage between component tests
logan closed issue yonlu/yellowjacket#138 2026-08-25 16:37:42 +00:00
make ui-test: play-in-context flakes ~1 in 3 full-suite runs on main
logan commented on issue yonlu/yellowjacket#50 2026-08-24 11:41:12 +00:00
Docs: rewrite the README as a friendly landing page and move the technical docs elsewhere

Picking this up on docs/50-readme-landing-page.

Approach, in the issue's own order:

  • README becomes the landing page. What the app is, screenshots captured from the seeded fixture…
logan commented on issue yonlu/yellowjacket#140 2026-08-24 11:40:43 +00:00
make ui-test: folder-picker and explore-track-details time out in full-suite runs on main

Not picked up: it did not reproduce here, in seven full runs, including four at this issue's own saturation numbers.

I went looking for this specifically, because #219 (open, `fix/138-ui-test-…

logan commented on issue yonlu/yellowjacket#138 2026-08-24 11:01:19 +00:00
make ui-test: play-in-context flakes ~1 in 3 full-suite runs on main

PR: yonlu/yellowjacket#219 — CI green (run 554: check and e2e both success).

The cause, since the issue filed it as a lead. The lead was right about the sort…

logan commented on pull request yonlu/yellowjacket#219 2026-08-24 11:01:11 +00:00
test(ui): clear localStorage between component tests

CI green. Run 554: check success, e2e success (chromium and WebKit).

Worth noting for this PR specifically — the check job'''s Component and store suite step is the one the issue is…

logan created pull request yonlu/yellowjacket#219 2026-08-24 10:47:51 +00:00
test(ui): clear localStorage between component tests
logan pushed to fix/138-ui-test-storage-leak at yonlu/yellowjacket 2026-08-24 10:47:29 +00:00
772c71c49f test(ui): clear localStorage between component tests
logan created branch fix/138-ui-test-storage-leak in yonlu/yellowjacket 2026-08-24 10:47:29 +00:00
logan commented on issue yonlu/yellowjacket#138 2026-08-24 10:37:04 +00:00
make ui-test: play-in-context flakes ~1 in 3 full-suite runs on main

Picking this up on fix/138-ui-test-storage-leak.

The mechanism reproduces on demand, which is what the "skip intermittent failures" rule wanted before spending a run on it. Two measurements,…

logan commented on issue yonlu/yellowjacket#104 2026-08-24 10:12:16 +00:00
WAV tags are written but never read: metadata.ExtractTags cannot see a WAV's id3 chunk

PR #218yonlu/yellowjacket#218 — CI green (check and e2e, the latter covering chromium and WebKit).

The Direction held, with one correction to its wording:…

logan commented on issue yonlu/yellowjacket#138 2026-08-24 10:12:02 +00:00
make ui-test: play-in-context flakes ~1 in 3 full-suite runs on main

Another occurrence, in CI this time — the rate is what this issue is about, so recording it.

Run 553 attempt 1 (check job, Component and store suite step), against PR #218, a branch…

logan commented on pull request yonlu/yellowjacket#218 2026-08-24 10:11:54 +00:00
fix(metadata): read a WAV's tags out of its RIFF id3 chunk

CI: green — run 553, attempt 2. check and e2e both pass (e2e covers chromium and WebKit, which is the half I cannot run locally).

Attempt 1 failed, and not on this change: the…

logan created pull request yonlu/yellowjacket#218 2026-08-24 09:45:57 +00:00
fix(metadata): read a WAV's tags out of its RIFF id3 chunk