@sigoden commented on GitHub (Oct 10, 2023):
This button is used to mark that the user has logged in, the tooltip displays the username.
@laundmo commented on GitHub (Oct 10, 2023):
That is very confusing. In every other web app a logo like that is used as a button, so maybe it would make sense to…
@sigoden commented on GitHub (Sep 27, 2023):
I have tested on iPhone, no problem found.
@sigoden commented on GitHub (Oct 5, 2023):
dufs and other rust-based programs only require [Visual C++ Runtime libraries](https://learn.microsoft.com/en-us/cpp/w…
@fimmspin commented on GitHub (Oct 5, 2023):
Regarding visual studio version requirement i found this: https://learn.microsoft.com/en-us/cpp/porting/binary-compa…
@sigoden commented on GitHub (Sep 24, 2023):
Everything is working fine in Chrome as well
:
Hi,
I belive i've located the issue behind my downloading failing to resume. It seems like using https…
@sigoden commented on GitHub (Sep 26, 2023):
The awser is same to #263
Webdav must be designed like this.
This is because some webdav clients do not carry…
@sigoden commented on GitHub (Oct 26, 2023):
Resume download works on Basic Auth, fails on Digest Auth.
dufs can't do anything about it.
Note: The default…
@sigoden commented on GitHub (Sep 18, 2023):
you should run dufs -A -a admin:123@/:rw --auth-method basic
The path requires :rw prefix to grant write…