Block a user
folder management may have been overlooked for output dirs
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…
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…
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…
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.
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…
docker compose on macos with colima doesn't seem to serve internal to host port correctly
gcc compile error for akaiutils on macos
folder management may have been overlooked for output dirs
docker compose on macos with colima doesn't seem to serve internal to host port correctly
gcc compile error for akaiutils on macos
david
pushed to feat/uno-r4-wifi-build-token at klubhaus/klubhaus-doorbell
2026-05-30 03:20:06 +00:00
david
created branch feat/uno-r4-wifi-build-token in klubhaus/klubhaus-doorbell
2026-05-30 03:20:06 +00:00
[MAINT] Duplicate DisplayDriverTFT code across boards