Matthias Vogelgesang
Matthias Vogelgesang
Are you on Mac? Then #71 could be related.
I don't really understand the problem. You try move starting from `hére` or the entire line containing it?
Sorry for the late reply. I'd really prefer if we "just" list these bindings in the `README` and docs for the simple reason not to break existing configurations for who-knows-how-many...
You are right, it's probably not super obvious but if you just use the `Create` instead of the `Sign Up` or `Login` button there will be no registration/connection to any...
The program follows the [XDG conventions](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and most likely stores the notes under `~/.local/share/iridium`. Please be aware that the first directory level is the base64 encoded identifier and all the...
Thanks for the report, I ignored that issue for the Windows use case but yeah, looks like I need a more general cross-platform solution.
Thanks for the hint, I changed that. But I will keep this issue open because all the `unwrap()`s should better be replaced by proper error handling. Although I am not...
The dbus dependency comes from the [secret service crate](https://docs.rs/secret-service/1.1.0/secret_service/index.html) used to access the keyring. There is the [keyring crate](https://docs.rs/keyring/0.9.0/keyring/struct.Keyring.html) which allows to set passwords based on service and username but...
Ugh, I run a standalone sync server so I missed yet another update to the protocol :roll_eyes: Hopefully > The 004 protocol upgrade centers around a system that makes it...
I started adding a few things here and there and added facilities to better test the login procedure. But yes, it still takes a bit of time to add proper...