nitn3lav
nitn3lav
It would be nice if you could see the current build status and maybe last commit and branch on the repos page
This PR adds the option to deserialize types whose `Deserialize` implementation uses `deserialize_any` which previously failed with `unsupported type: any`. Every other deserialization that worked before will continue to work...
KeePassXC passkey support is now [released](https://keepassxc.org/blog/2024-03-10-2.7.7-released/) and seems to be working great (tested with GithHub and passkey.org in Firefox)
Please note that this will break code like this because calls to `clone` and `to_owned` will no longer be dereferenced: ```rust #[derive(Debug, Model)] struct A { id: Uuid, #[ormlite(join_column =...
I agree. I also reported this to Ecosia so that hopefully they will fix this. Since I just stumbled across this I figured it might make sense to create an...