Jonathan Gilbert
Jonathan Gilbert
I haven't used the B2 API before, does it not have a way to delete a file by name like it does to download a file by name?
Okay, I found the subclasses giving access to more methods. This project could really use some solid documentation. Maybe I'll make a PR with a starting point... :-P
In #2167, there is a comment indicating that the reason the security dialog doesn't show up is that the root element has class `hide-preferences-window`. Empirically, I can confirm that removing...
@fritz-net @bytewizer @neildanson @mutiadavid @LuckyWraptor Tagging previous committers in this repository. Any chance I could get this and my other two PRs merged in? :-)
I agree. I couldn't wait indefinitely with my project and published a NuGet package with the changes merged. If they get accepted and published in the future, it should be...
I just took a peek at what's going on the code. I see it's using `Stopwatch` and then dividing the length of each buffer it transfers by the amount of...
`SpeedCalculator` is not threadsafe. It doesn't need to be with the current usage.
Nice! I've only had my Linux laptop to test on, did the crashes that #16024 fixed replicate on platforms other than Linux??