Results 58 comments of Tom

> Remove the Scroll inactive windows feature as it is built in to Windows 10. I have no plan to move to Windows 10, and this feature is the reason...

I agree, this is the one feature I couldn't live without when trying the app. It seems to discourage following many people because it's so hard to keep track of...

This is working for me now, thank you! Can this (and the duplicate) be closed now, or is there more to finish?

Another one today. Most of the same block numbers... ``` Failed to upload snapshot: Failed to put 7 blocks for snapshot 'snap-bcdefg': Failed to put block 3 for snapshot 'snap-bcdefg':...

While trying to reproduce this, I also saw the following error; not sure if it's related, but I'd guess not. I'm putting it here because the same fix might help,...

I ran 5 upload tests each with a 10MB file and a ~1GB file, each time rerunning coldsnap until I got a failure. For the 10MB file, it failed after...

I did learn a few things from the extra instrumentation, running with the 1GB file. Retry counts: * Not quite half of runs required any retries, and typically just 1...

As a test, I bumped block retry count from 3 to 5, and added an increasing wait time after each each block retry - 1 second, 2, 3, 4, 5....

We do still occasionally see this error, even with the retries from #56 - twice in the past two weeks, I believe, during CI runs.

> TOML serializing doesn't handle node labels containing periods correctly so we'll have to handle that ourselves. Just a quick note in case this helps with implementation options - in...