• Joined on 2024-06-17
david commented on issue david/akai-utils#13 2026-06-22 05:04:51 +00:00
folder management may have been overlooked for output dirs

cmdDownload, cmdPipeline, and handleAPIDownload all call os.MkdirAll before proceeding. cmdExtract and handleAPIExtract were missing these calls — they relied on the bash script creating the…

david pushed to main at david/akai-utils 2026-06-22 05:03:08 +00:00
4c09fb8d9b fix: useful Docker bind address output in serve
david pushed to main at david/akai-utils 2026-06-22 05:00:41 +00:00
e156c70eff fix: useful Docker bind address output in serve
ca0cd10436 docs: update README/AGENTS for current codebase state
Compare 2 commits »
david commented on issue david/akai-utils#9 2026-06-22 05:00:01 +00:00
feat: Audio Preview Player — play WAV samples directly in the browser

Infrastructure is now in place on main:

  • Web UI with vanilla JS frontend
  • fetch serve HTTP server can serve extracted WAV files directly
  • Electron shell for desktop packaging

Ready to…

david commented on issue david/akai-utils#1 2026-06-22 04:59:59 +00:00
feat: Disk Browser — browse AKAI disk filesystem in web UI

Infrastructure is now in place on main:

  • HTTP server (fetch serve) with embedded web UI and SSE progress
  • REST API endpoints for search, list, download, extract, progress
  • Electron shell for…
david pushed to main at david/akai-utils 2026-06-22 04:46:20 +00:00
e671320bbb feat: add toolchain check scripts and mise tasks
david commented on issue david/akai-utils#12 2026-06-22 04:43:06 +00:00
docker compose on macos with colima doesn't seem to serve internal to host port correctly

Fixed in 48d6d8c. Added --host flag to the serve command (default 127.0.0.1). Docker CMD now uses --host 0.0.0.0 so the server is reachable from the host machine through Colima.

david commented on issue david/akai-utils#11 2026-06-22 04:43:04 +00:00
gcc compile error for akaiutils on macos

Fixed in 48d6d8c. The bcopy and bzero declarations in commoninclude.h are now guarded with #ifdef _VISUALCPP, so they only apply on Windows where these functions aren't in the standard…

david closed issue david/akai-utils#11 2026-06-22 04:42:56 +00:00
gcc compile error for akaiutils on macos
david closed issue david/akai-utils#12 2026-06-22 04:42:56 +00:00
docker compose on macos with colima doesn't seem to serve internal to host port correctly
david pushed to main at david/akai-utils 2026-06-22 04:42:56 +00:00
48d6d8c4d3 fix: macOS bcopy conflict and Docker host binding
david opened issue david/akai-utils#13 2026-06-22 04:04:10 +00:00
folder management may have been overlooked for output dirs
david opened issue david/akai-utils#12 2026-06-22 04:03:53 +00:00
docker compose on macos with colima doesn't seem to serve internal to host port correctly
david opened issue david/akai-utils#11 2026-06-22 04:03:11 +00:00
gcc compile error for akaiutils on macos
david created branch feat/uno-r4-wifi-build-token in klubhaus/klubhaus-doorbell 2026-05-30 03:20:06 +00:00
david pushed to feat/uno-r4-wifi-build-token at klubhaus/klubhaus-doorbell 2026-05-30 03:20:06 +00:00
df0f440dcb chore: add .ino.backup to gitignore
3af958b69f feat: add Arduino Uno R4 WiFi board
6f9d2912d3 feat: add BUILD_TOKEN to firmware and consolidate build system
ece874a8ed fix: monitor-agent.py parse board-config.sh safely
14781b8c07 refactor: move TileLayoutHelper from DisplayManager.h to Style.h
Compare 5 commits »
david opened issue klubhaus/klubhaus-doorbell#8 2026-05-29 22:23:00 +00:00
[MAINT] Duplicate DisplayDriverTFT code across boards
david opened issue klubhaus/klubhaus-doorbell#7 2026-05-29 22:22:57 +00:00
[WARN] Inconsistent LOCAL_SECRETS handling across board configs
david opened issue klubhaus/klubhaus-doorbell#6 2026-05-29 22:22:54 +00:00
[WARN] HOLD_TO_SILENCE_MS mismatch: Config.h says 2000, docs say 3000
david opened issue klubhaus/klubhaus-doorbell#5 2026-05-29 22:22:50 +00:00
[WARN] NTPClient memory leak — never deleted