Daniel Martí
Daniel Martí
I've also ran into this, often getting 6 runs collapsed into 4-5 because a few are identical. This must be done on purpose though, which makes me wonder what the...
Indeed, the dbus service implementation isn't complete.
Thanks for letting me know! I'll take a look the next time I have to do some dbus work.
Sure. I only implemented the bare minimum to get queries over dbus working.
The bitwarden APIs are always the source of truth. The dbus daemon mode might gain the ability to sync with the server automatically in the future. I don't think you...
The commit above adds support for encrypting data, so the crypto part is now done. This issue would just need to wire up the logic: some way to update a...
@jaen I've just sent you an email - check the spam folder if you don't see it within a few minutes. Happy to review PRs. If what you're implementing is...
> there's no need for this and all tests work without an internet connection I've wanted to do this before :) So it would definitely be a welcome change. Ideally...
It's fine for a first implementation to require Docker. It would just be nicer, long-term, to not have a hard dependency on it to run all the tests. It's often...
Yes, that's what libraries like memguard above do.