certainmagic

Results 31 comments of certainmagic

Hi Dmitry -- Sorry for the delay in responding. I was backpacking last week. I see that I have the following comment in B2UpdateBucketRequest.Builder: > // XXX: should i let...

The intention is that you fetch the current version of the bucket and use that as input to the request. It sounds like maybe you don't have the current version...

So today your code calls new B2Bucket(....) from scratch and then passes that to B2UpdateBucketRequest.builder()? On Wed, Sep 9, 2020 at 3:08 PM Dmitry Fedorov wrote: > Yes, i don't...

I'm still trying to understand the core of the issue you're having. Does either of these work for you? - Is it a bucket you have just created?  If so,...

As mentioned in the documentation, the ifRevisionIs parameter is used to detect conflicting updates to a bucket. It sounds like you don't care about that and that you want to...

Here's a stackoverflow question on this topic that Marj found: https://stackoverflow.com/questions/27254869/future-get-hangs-when-callback-catches-interruptedexception

We haven't figured out a way to get notified that the executor is shutdown. We've discussed a few options... (1) changing the future.get() calls to have a timeout and, if...

Hi -- You can't delete files from the snapshot bucket with the API. You have to use our web ui. We will be improving the error message. Thanks for pointing...

Given the issues you were seeing, switching the keypress for toggling thinking mode seems reasonable (although it could've been made more obvious that it had changed). I've been toggling thinking...

fwiw, Claude wrote that version of the settings file for me. here's an even simpler ~/.claude/settings.json that also causes `TypeError: Cannot assign to read only property '0' of object '[object...