- 21 Apr, 2026 1 commit
-
-
one authored
- Add `_decode_json_object_with_noise` to best-effort decode a JSON object from noisy text by trying `json.loads` first and then scanning for a leading `{` and using `JSONDecoder.raw_decode`. - Change `parse_hy_smi_output` to strip ANSI, use the new decoder, and return a `(samples, error_reason)` pair where `error_reason` is one of `None`, `"empty output"`, `"invalid json output"`, or `"no card rows in payload"`. - Update `collect_node` to unpack the new return shape and include the parse reason in the `NodeResult.error` message when no GPUs were parsed. - Update and extend tests in `projects/hytop/tests/test_parser.py` and `projects/hytop/tests/test_service.py` to cover noise-tolerant parsing, specific error reasons, and the service behavior with noisy/invalid output.
-
- 17 Apr, 2026 2 commits
- 14 Apr, 2026 2 commits
-
-
one authored
-
dependabot[bot] authored
Bumps the uv group with 1 update in the /projects/hytop directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the uv group with 1 update in the /projects/xcl-lens directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3 ) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: uv - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: uv ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 13 Apr, 2026 1 commit
-
-
one authored
-
- 01 Apr, 2026 1 commit
-
-
one authored
-
- 26 Mar, 2026 1 commit
-
-
one authored
-
- 24 Mar, 2026 7 commits
- 23 Mar, 2026 1 commit
-
-
one authored
-
- 16 Mar, 2026 2 commits
- 13 Mar, 2026 1 commit
-
-
wangkx1 authored
-
- 12 Mar, 2026 1 commit
-
-
one authored
-
- 10 Mar, 2026 2 commits
- 09 Mar, 2026 1 commit
-
-
one authored
-
- 08 Mar, 2026 2 commits
-
-
one authored
- Ignore Claude Code worktrees - Ignore common temporary files - Ignore IDE/editor files - Ignore build artifacts Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
one authored
-
- 07 Mar, 2026 3 commits
- 06 Mar, 2026 11 commits
- 05 Mar, 2026 1 commit
-
-
one authored
-