Brian Beach

Results 10 issues of Brian Beach

The same kinds of things that issue #86 could happen because of calling the method to get the custom handler for a class. Not sure how to fix that, so...

This test case triggers the problem: ``` /** * A regression test for a case where a class has a field with a default value, * and the class of...

There has been a problem with finishing large files. Sometimes the response from `b2_finish_large_file` is lost, which can happen because of a request timeout or broken connection. When that happens,...

enhancement
help wanted

The B2 docs recommend the file info `large_file_sha1` for storing the checksum of the entire contents of a large file. It would be nice for the command-line tool to know...

enhancement

There has been a problem with finishing large files. Sometimes the response from `b2_finish_large_file` is lost, which can happen because of a request timeout or broken connection. When that happens,...

enhancement
help wanted
up-for-grabs

The quickest and cheapest way to get information about a file is to use a `HEAD` request on the URL that downloads a file by name. This is faster that...

enhancement
help wanted
up-for-grabs

It would be good to be able to set an encryption key on a bucket, and then have the command-line tool encrypt files as they are uploaded, and decrypt as...

The current code calls list_unfinished_large_files before uploading a large file to see if it's already in progress. When syncing, there's no need to call it for each file; calling once...

enhancement
up-for-grabs

If any of the uploads/downloads/deletes fails during a sync, it prints an error, which then quickly scrolls off the screen. It would be better to include an error counter in...

enhancement
up-for-grabs