-
Notifications
You must be signed in to change notification settings - Fork 109
chore(pegboard): replace computing image size manually with using tar bytes read #2625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 07-22-fix_make_pb_image_downloads_random_remove_prewarm_from_pb_protocol
Are you sure you want to change the base?
Conversation
2a83607
to
dfc1837
Compare
3541376
to
6ea0835
Compare
6ea0835
to
42f7104
Compare
dfc1837
to
e875d33
Compare
42f7104
to
78b7361
Compare
78b7361
to
54f0b12
Compare
let stderr = String::from_utf8_lossy(&output.stderr); | ||
let bytes_read = match parse_tar_total_bytes(&stderr) { | ||
Some(x) => x, | ||
None =>{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a spacing issue in the syntax: None =>{
should be None => {
to maintain consistent Rust formatting style.
None =>{ | |
None =>{ |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
032ee30
to
b56019c
Compare
492b9ad
to
8dfaf51
Compare
Claude finished @NathanFlurry's task —— View job Pull Request Review
Reviewing PR #2625: "chore(pegboard): replace computing image size manually with using tar bytes read" Review Tasks:
|
Claude finished @NathanFlurry's task —— View job Pull Request Review
Reviewing PR #2625: "chore(pegboard): replace computing image size manually with using tar bytes read" Review Tasks:
|
b56019c
to
93d99c2
Compare
8dfaf51
to
8f3a306
Compare
Claude finished @NathanFlurry's task —— View job Claude is working on your task Pull Request ReviewReviewing PR #2625: "chore(pegboard): replace computing image size manually with using tar bytes read" Review Tasks:
|
Claude finished @NathanFlurry's task —— View job Pull Request Review
Reviewing PR #2625: "chore(pegboard): replace computing image size manually with using tar bytes read" Review Tasks:
|
8f3a306
to
a774361
Compare
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Claude finished @NathanFlurry's task —— View job Pull Request Review
Reviewing PR #2625: "chore(pegboard): replace computing image size manually with using tar bytes read" Review Tasks:
|
a774361
to
492c606
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
Changes