Daniel Brotsky
Daniel Brotsky
Here are some design notes: 1. Platform credential stores now work by supporting two traits: the `CredentialAPI` (for operating on entries) and the `CredentialBuilderAPI` (for creating new entries). 2. The...
Hi @landhb it's not clear to me what advantage `new_with_builder` has over the existing `new_with_credential`. If someone has their hands on a desired credential builder, then they can just call...
@landhb I thought about using a mutex but I didn't particularly want to slow down entry creation by forcing it to obtain the mutex to read the default builder each...
OK, I have finished everything for this release other than updating to the new version of secret service, which I will start on now. Feel free to download and use...
@hwchen Do you want to take this?
FWIW, I don't believe the behavior reported by @gazpachoking, even if it's reproducible, is a bug. 204 is an "OK" status response with no body. All request error (400-series) and...
> It isn't really an exception, although I still think it's nice to be able to short circuit the view function the same way you can for an actual exception....
I have submitted PR #993 which adds a feature `ignore-empty-path-segments` that works around this problem by having the path segment filters ignore multiple slashes between segments.
I think I like the simplicity of just using the native app filesystem, which seems sufficiently protected in the same way that the typical gnome keyring is (by the user's...
Hi Clément. This is an intriguing idea. Are you proposing to build search support into all of the underlying keystore implementations so that you can surface some sort of entry...