| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
✅ Deploy Preview for devspace-docs canceled.
|
Sorry, something went wrong.
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Claude reviewCritical (1) C1 — Nil dereference panic in termSizeQueueAdapter (exec.go:72) t.MonitorSize() returns nil when stdout isn't a real terminal. The old code assigned this directly to a Fix: if q := t.MonitorSize(t.GetSize()); q != nil { sizeQueue = &termSizeQueueAdapter{q: q} } High (3)
Medium (5)
Low (4)
Full details saved to claude-review.md. C1 must be fixed before merge — the nil dereference is a real |
Sorry, something went wrong.
- guard kubectl exec terminal sizing against nil queues and add adapter tests - make runtime error handler overrides resettable and add handler/formatter coverage - make devspacehelper e2e pod checks explicit after the wait loop - document CustomNavLink leaf-route matching and clean up webpack/postcss/sass config - update assets Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
|
Lint is expected to fail due to the number of files in the commit, its finding old linting errors, despite the config for only new. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement
What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #
Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace ...
What else do we need to know?