Calvin Huang

Results 6 issues of Calvin Huang

**Describe the bug** parsing of createdAt and finishedAt job fields do not appear to work **Is the issue in the browser/Node.js?** Node.js **Details of the browser/Node.js version** Paste output of...

bug
p2

*Description of changes:* Current implementation panics at `string(body[0 : len(body)-1])` if the instance requires IMDSv2, as the metadata endpoint returns status 401 and empty body. In this case, instead fetch...

Addresses #5, with a different strategy from the one adopted in https://github.com/pouya-eghbali/sia/tree/autogrow. Rather than proxying the buffer, and checking the buffer size on each write, instead check for buffer overruns...

Attempting to use the minimal code example on an RP2040 fails (the board crashes) while attempting to run mqoi_desc_verify. I narrowed the crash down to the line https://github.com/shraiwi/mini-qoi/blob/master/src/mini_qoi.c#L34, which casts...

If the expiresAt field is saved with time zone (e.g. `2024-06-10T15:00:06-08:00`) it will fail to load in certain SDKs such as the rust AWS SDK. To avoid this, ensure that...

If the expiresAt field is saved with time zone (e.g. 2024-06-10T15:00:06-08:00) it will fail to load in certain SDKs such as the rust AWS SDK. To avoid this, ensure that...