Jake

Results 63 comments of Jake

So, essentially what is needed is, we need to be able to say "upload this thing to this bucket with this object name", I think for the purposes of resumable...

Some things we might be able to expose with a more verbose config API - progress callback (know how far along your upload is going) - this is probably the...

Hmm. I think it'd make sense to start with the async API first. The sync api requires a bit more consideration, as the safe conversion of an `io::Read` to an...

the reason the HTTP api returns strings is because javascript would truncate the number to 53 bits if it was sent as a number. on our client - our ETF...

It's very tedious to look at a video and try to reproduce this issue. If you can minimize the repro and post the code, it would help the maintainers fix...

> What editor are you using? vscode however I have many semantic token colors set - since this isn't syntax as recognized by vscode (since it's in a comment) -...

> > If you hover over the code that isn't being colored and use "inspect token and scopes" you should see the semantic tokens > > I am aware of...

> On another note, the main problem with only checking the one crate is that crates that depend on that crate won't get checked and might contain diagnostics, maybe it...

Would be good to get some concrete guidance on this. I might want to try to potentially tackle this over the weekend. At work, we have a rather large workspace...

> I'd say if more than one crate (for a given workspace) has changed we should just fallback to checking that entire workspace. Doing more complex stuff there doesn't seem...