1
0
Fork 0
mirror of https://github.com/imjasonh/dots synced 2026-07-07 00:22:55 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Jason Hall
9419fd6aac
Merge pull request #1 from imjasonh/cursor/-bc-e00bca0f-ab44-48d9-9510-1f4d4047f6c5-a218
chore: update Go dependencies and fix tests in NO_COLOR environments
2026-05-21 14:07:24 -04:00
Cursor Agent
c97576e31d
test: unset NO_COLOR in TestMain for ANSI color tests
CI and cloud agent environments set NO_COLOR, which disabled color
output and caused background/foreground ANSI tests to fail.

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-05-21 17:00:48 +00:00
Cursor Agent
9625a18a1c
chore: update Go dependencies
- golang.org/x/image v0.33.0 -> v0.40.0
- golang.org/x/term v0.37.0 -> v0.43.0
- golang.org/x/sys v0.38.0 -> v0.44.0

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-05-21 17:00:43 +00:00
Jason Hall
67dc0ccf40 fix eee bug
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 16:25:47 -05:00
Jason Hall
40cc74ad03 golangci-lint, remove image creation from tests
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 16:18:30 -05:00
Jason Hall
b3157c7007 add -frame
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 14:22:20 -05:00
Jason Hall
dcc2a826d7 more examples
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 11:06:17 -05:00
Jason Hall
e163bc9ea3 update readme
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 10:47:03 -05:00
Jason Hall
c309e6b63f simplify
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 10:40:40 -05:00
Jason Hall
df7a2b92ab initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-14 10:02:12 -05:00