You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix hammerwork-web compilation error on Linux systems v1.7.3
- Fixed type mismatch in memory usage detection for system metrics
- Changed pattern matching from Ok(kb) to Some(kb) for proper Option handling
- Added .ok() conversion to handle Result to Option conversion in parse::<u64>()
This resolves the production deployment compilation error on Linux platforms.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments