chore(pegboard): replace computing image size manually with using tar bytes read#2625
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.
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.
492b9ad to
8dfaf51
Compare
|
Claude finished @NathanFlurry's task —— View job Pull Request Review
|
|
Claude finished @NathanFlurry's task —— View job Pull Request Review
|
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
|
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
|
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