F M

Results 8 comments of F M

@digitalstreamio @DariuszAniszewski @AnDrOiD73dd This makes me think about my case #530 . Maybe try adding a step waiting for the connection state to become `DISCONNECTED`, only then allow to reopen?...

Your link ends up in a 404

Got a PR for the Dutch language ...

I think a pull request with the Dutch language resource got merge. But the menu with language choices shows only German and English. Should also the language choice menu be...

@bitwarden-bot This issue of not being able to change a collection with bitwarden-cli is still present for me. It would be nice if someone could look into this ... I...

@dwbit @Hinton Is there any progress on this issue please? Thank you! Through the web client, it is possible to rename collections and change the association of an item with...

This project does EdDSA with Ed25519 and blake2b correctly: https://github.com/Matoking/python-ed25519-blake2b

This might be a recipe for others when a str as doc_id: ```python class _Document(dict): def __init__(self, value: Mapping, doc_id: str): super().__init__(value) self.doc_id = doc_id class _Table(Table): document_class = _Document...