Richard T. Carback III activity https://gitlab.com/carback1 2026-03-19T13:33:27Z tag:gitlab.com,2026-03-19:5222214446 Richard T. Carback III deleted project branch accessibility-and-noscript-fallback at Richard T. Carback III / everettrobotics.org 2026-03-19T13:33:27Z carback1 Richard T. Carback III

Richard T. Carback III (78a2efe4) at 19 Mar 13:33

tag:gitlab.com,2026-03-19:5222214275 Richard T. Carback III pushed to project branch everett-robotics-club-website at Richard T. Carback III / everettrobotics.org 2026-03-19T13:33:25Z carback1 Richard T. Carback III

Richard T. Carback III (0973b4fd) at 19 Mar 13:33

Merge branch 'accessibility-and-noscript-fallback' into 'everett-ro...

... and 1 more commit

tag:gitlab.com,2026-03-19:5222214246 Richard T. Carback III accepted merge request !3: Add accessibility improvements and noscript fallback at Richard T. Carback III / everettrobotics.org 2026-03-19T13:33:24Z carback1 Richard T. Carback III

Summary

  • Add ARIA attributes, focus trapping, and keyboard navigation to Modal, FAQ accordion, and Calendar dropdown components
  • Add skip-to-main link and decorative element cleanup in Layout
  • Replace alert() calls with visible role="alert" error messages in Contact and SignUp forms
  • Make Instagram embeds keyboard-accessible on Home page
  • Add <noscript> fallback in index.html for wget/curl users
  • Add role="list" to styled <ol> in Code of Conduct for VoiceOver compatibility

Test plan

  • curl localhost:5173 shows club info and nav links in noscript block
  • Tab through all pages — modal traps focus, accordion announces state, calendar dropdown navigable with arrow keys
  • Escape closes modal, calendar dropdown, restores focus to trigger element
  • Screen reader (VoiceOver): modal announced as dialog, FAQ questions as headings, form errors announced
  • Lighthouse accessibility audit targets 100 on each page
  • npm run build passes with no TypeScript errors

🤖 Generated with Claude Code

tag:gitlab.com,2026-03-19:5222213421 Richard T. Carback III opened merge request !3: Add accessibility improvements and noscript fallback at Richard T. Carback III / everettrobotics.org 2026-03-19T13:33:15Z carback1 Richard T. Carback III

Summary

  • Add ARIA attributes, focus trapping, and keyboard navigation to Modal, FAQ accordion, and Calendar dropdown components
  • Add skip-to-main link and decorative element cleanup in Layout
  • Replace alert() calls with visible role="alert" error messages in Contact and SignUp forms
  • Make Instagram embeds keyboard-accessible on Home page
  • Add <noscript> fallback in index.html for wget/curl users
  • Add role="list" to styled <ol> in Code of Conduct for VoiceOver compatibility

Test plan

  • curl localhost:5173 shows club info and nav links in noscript block
  • Tab through all pages — modal traps focus, accordion announces state, calendar dropdown navigable with arrow keys
  • Escape closes modal, calendar dropdown, restores focus to trigger element
  • Screen reader (VoiceOver): modal announced as dialog, FAQ questions as headings, form errors announced
  • Lighthouse accessibility audit targets 100 on each page
  • npm run build passes with no TypeScript errors

🤖 Generated with Claude Code

tag:gitlab.com,2026-03-19:5222145190 Richard T. Carback III pushed new project branch accessibility-and-noscript-fallback at Richard T. Carback III / everettrobotics.org 2026-03-19T13:19:48Z carback1 Richard T. Carback III

Richard T. Carback III (78a2efe4) at 19 Mar 13:19

Add accessibility improvements and noscript fallback

tag:gitlab.com,2026-03-18:5219571812 Richard T. Carback III commented on merge request !7 at piqued / Quip Solidity 2026-03-18T21:34:40Z carback1 Richard T. Carback III

QUI-117 Cross-Chain Signature Replay

QUI-126 CREATE2 Salt Collision with Same vaultId

QUI-231 Implement fee structure controls with max fee cap

QUI-124 Critical Security Functions Have Zero Test Coverage

QUI-120 Unprotected Initialize Function May Allow Front-Running

QUI-123 Balance Check May Not Account for Fee Correctly

tag:gitlab.com,2026-03-18:5219560796 Richard T. Carback III commented on merge request !7 at piqued / Quip Solidity 2026-03-18T21:30:15Z carback1 Richard T. Carback III

QUI-256 Improve existing Solidity code

QUI-254 Quip-Solidity: Use Foundry instead of HH

tag:gitlab.com,2026-03-18:5218904337 Richard T. Carback III deleted project branch metal-gpu-async-pipeline at piqued / Quip Protocol 2026-03-18T17:57:02Z carback1 Richard T. Carback III

Richard T. Carback III (490b2791) at 18 Mar 17:57

tag:gitlab.com,2026-03-18:5218904316 Richard T. Carback III pushed to project branch gibbs-cuda at piqued / Quip Protocol 2026-03-18T17:57:02Z carback1 Richard T. Carback III

Richard T. Carback III (8188de6f) at 18 Mar 17:57

Merge branch 'metal-gpu-async-pipeline' into 'gibbs-cuda'

... and 1 more commit

tag:gitlab.com,2026-03-18:5218904246 Richard T. Carback III accepted merge request !42: Refactor GPU/QPU TOML config to per-device top-level sections at piqued / Quip Protocol 2026-03-18T17:57:01Z carback1 Richard T. Carback III

Summary

  • Replace flat [gpu] backend/devices config with top-level device-type sections: [cuda.N], [nvidia.N], [metal], [modal]
  • Replace flat [qpu] with top-level QPU backend sections: [dwave], [ibm], [braket], [pasqal], [ionq], [origin]
  • Uniform config keys across all QPU backends: token, solver, daily_budget
  • CLI args produce new-format config directly (no legacy compat layer)

Test plan

  • python -m pytest tests/test_quip_cli.py -v — 20/20 pass
  • python -m pytest tests/ -v — 259 pass, 5 pre-existing cert failures
  • python tests/smoke_node_gpu_metal.py — Metal smoke test
  • Manual: TOML with [cuda.0] + [metal] via quip-network-node --config