Felix Wirth
Felix Wirth
I can confirm the slowdown when the tray is open. My setup: - Windows 11 running Nextcloud Desktop Client 3.9.0 - Server running 26.0.3 - Both server and client use...
I've done some investigation and found what's causing the issue. While synchronizing, the window shows an animated blue sync icon. The animation of the icon is causing the slowdown. I've...
> > Can you see if this holds true for the animation in the settings/account window (like https://nextcloud.com/wp-content/uploads/2022/04/linux.png)? The sync icon in the settings window isn't animated (at least for...
Probably. The text is updated whenever there's an update on the synchronization progress. However, the string content is cached and the UI is only redrawn when the newly computed string...
I just opened #514 which fixes the UI. I also investigated adding an option to update both ipv4 and ipv6 addresses, but this would be a bigger change within the...
(using my new account from now on - but still the same guy as @fkohlgrueber) Ah, I see. The Rust compiler indeed needs more resources than a C++ compiler as...
I'm not sure how the expected files should look like. I'd expect the format to heavily depend on the actual implementation and how detailed it parses the data. In `sml-rs`,...
Sry that it's been taking me so long to respond... Couldn't `check_ctx` have the same note as`check` saying that it might not panic anymore in the future? If failing a...