• Joined on 2025-02-03
logan closed issue yonlu/yellowjacket#217 2026-08-26 16:02:54 +00:00
queue-selection.spec.ts names two fixture tracks that now have an album
logan closed issue yonlu/yellowjacket#216 2026-08-26 16:02:50 +00:00
tagwriter's RIFF parser allocates whatever size a chunk header claims
logan pushed to main at yonlu/yellowjacket 2026-08-26 16:02:50 +00:00
f8c8d374d1 Merge pull request 'fix(riff): grow a chunk buffer with what arrives' (#224) from fix/216-riff-parse-allocation into main
a113b7bd62 fix(riff): grow a chunk buffer with what arrives
Compare 2 commits »
logan merged pull request yonlu/yellowjacket#224 2026-08-26 16:02:50 +00:00
fix(riff): grow a chunk buffer with what arrives
logan commented on issue yonlu/yellowjacket#217 2026-08-26 11:57:57 +00:00
queue-selection.spec.ts names two fixture tracks that now have an album

PR: yonlu/yellowjacket#226 — CI green (check and e2e, WebKit included).

The names came from the running app rather than from the fixture generator: 31 tracks,…

logan commented on pull request yonlu/yellowjacket#226 2026-08-26 11:57:57 +00:00
test(e2e): name the fixture tracks that really have no album

CI green on run 18014 — both jobs, and the WebKit step ran rather than being skipped, which is worth saying since a chromium failure silently takes it with it.

check  success   commit-check,…
logan created pull request yonlu/yellowjacket#226 2026-08-26 11:42:37 +00:00
test(e2e): name the fixture tracks that really have no album
logan created branch test/217-fixture-names-in-queue-selection in yonlu/yellowjacket 2026-08-26 11:42:20 +00:00
logan pushed to test/217-fixture-names-in-queue-selection at yonlu/yellowjacket 2026-08-26 11:42:20 +00:00
ec4961ae50 test(e2e): name the fixture tracks that really have no album
logan commented on issue yonlu/yellowjacket#168 2026-08-26 11:41:30 +00:00
e2e state leaks between spec files: a staged job outlives the spec that staged it

The leak half does not reproduce, measured under this issue's own conditions. Posting the evidence rather than acting on it, because the fix this asks for — an afterEach clearing jobs —…

logan opened issue yonlu/yellowjacket#225 2026-08-26 11:41:10 +00:00
Agent docs still say the WAV fixtures scan in untitled, and name a test #104 deleted
logan commented on issue yonlu/yellowjacket#217 2026-08-26 11:38:17 +00:00
queue-selection.spec.ts names two fixture tracks that now have an album

Picking this up on branch test/217-fixture-names-in-queue-selection.

The premise checks out against the running app, asked of the database rather than of the comment. 01 Tone A.wav / `02 Tone…

logan commented on pull request yonlu/yellowjacket#224 2026-08-26 10:53:11 +00:00
fix(riff): grow a chunk buffer with what arrives

CI run 18009 on a113b7b: check success, e2e success — both jobs green, first run, nothing retried.

logan commented on issue yonlu/yellowjacket#216 2026-08-26 10:53:11 +00:00
tagwriter's RIFF parser allocates whatever size a chunk header claims

PR #224 is open for this and CI is green (run 18009 on a113b7b: check success, e2e success).

riff.Parse copies the chunk body with io.CopyN into a bytes.Buffer now, matching…

logan created pull request yonlu/yellowjacket#224 2026-08-26 10:35:45 +00:00
fix(riff): grow a chunk buffer with what arrives
logan pushed to fix/216-riff-parse-allocation at yonlu/yellowjacket 2026-08-26 10:35:31 +00:00
a113b7bd62 fix(riff): grow a chunk buffer with what arrives
logan created branch fix/216-riff-parse-allocation in yonlu/yellowjacket 2026-08-26 10:35:31 +00:00
logan commented on issue yonlu/yellowjacket#216 2026-08-26 10:32:32 +00:00
tagwriter's RIFF parser allocates whatever size a chunk header claims

Picking this up on fix/216-riff-parse-allocation.

Approach is the cheaper of the two the issue names: riff.Parse copies the chunk body with io.CopyN into a bytes.Buffer, exactly…

logan commented on issue yonlu/yellowjacket#170 2026-08-26 09:54:17 +00:00
The queue header's two older actions are named only by title

PR: yonlu/yellowjacket#223 — CI green (run 18004, check and e2e, the WebKit step included).

Both header actions carry aria-label now, matching the close…

logan commented on pull request yonlu/yellowjacket#223 2026-08-26 09:54:09 +00:00
fix(queue): name the queue header's two older actions

CI is green. Run 18004, both required jobs, on first attempt.