Monomadic
Monomadic
I definitely support this idea - I am used to complicated software and even I found FS-UAE to be user-hostile when trying to set it up and support it. RP9s...
I second this. When approaching this project, one thing that turned me off is frontend and backend coupling. Are there any efforts underway to either port or split this codebase?...
Here's an example of a poster that puts technical complexity above usability. Why create the issue if you feel it's a bad idea? Other cloud storage clients have this feature...
@tobihagemann gotcha :) offline support is something I use regularly, as on iOS it's pretty much impossible to 'send' multiple files at once to another app. I have language tutorial...
Perhaps tangential, but, perhaps the best way to go about this is implementing offline caching first, and thumbnailing could be supported in offline synced folders only. It would definitely solve...
I'd actually like for the option to allow for non-obfuscated filenames... I don't really care if people can read a filename, or if a cloud provider knows the filename of...
I agree, it leaks encrypted information, the filenames - and as I stated those aren't important (to me) if that information is public.. but I understand sometimes that's not the...
> it’s not an unused dependency. I did say undeclared, not unused. Downloading the protonvpn package does not ensure nm-applet is functional or even present. nm-applet has its own deps...
@Boscop I can successfully do this on mac os, using cocoa-rs, but haven't started on winit yet, just making raw cocoa framework calls at the moment. Can we share knowledge?...
Can winit give us some official stance on this? Many of us at the [rust-dsp](https://github.com/rust-dsp) group have had hacked/forked versions of winit for a while now to get this going...