Steve
Steve
Path bar doesn't recognize `ftps://`
Some FTP servers are providing different contents depending on credentials, we should add the ability to login not using anonymous even if it can be logged in with anonymous.
Also, we should make it possible to login to the same server but with different credentials in different tabs. The current credential saving logic is not in good fit IMO....
> * Native AOT deployment requirements (such as rd.xml etc). Avalonia 11 has built-in NativeAOT support, so no rd.xml is needed when you use CompiledBindings everywhere.
We use `OperatingSystem.IsWindows()` guard the OS so that other systems won't be affected by it. Also, `OperatingSystem.IsWindows` is a compiler intrinsic in .NET and the branch (including all codepath called...
> Otherwise we will eventually end up with a significant number of if statements in main() for each OS/hosting solution etc. that will be hard to maintain and introduce a...
Thanks for pinging. I'm not a fan of it but definitely doable. IMO the standalone server is already a host so we really don't need yet another host to do...
As for bfloat16, better wait a bit for https://github.com/dotnet/runtime/pull/98643. While I asked the dotnet team and they showed no interest in fp8 in near future, so I the fp8e4m3 and...
We don't support Google Drive mounting as a folder instead of a dedicate drive currently. @Josh65-2201 To detect the mounting point of Google Drive properly, we need to inspect the...
Thanks for reporting. This is currently by design. We will revisit this feature later.