Xylle

Results 14 comments of Xylle

I use LibreOffice : Version: 7.4.7.2 / LibreOffice Community Build ID: 40(Build:2) CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR Debian package...

This is not necessary for ZFS, no files writing : 0 octet in snapshot

If there's no snapshot, is it because there was no need or because there was an error? ZFS can handle a lot of snapshots, I've done them every 15 minutes...

So many snapshots is just for one pool, it doesn't make sense for the others, it's for files server in enterprise. But as an option, it doesn't hurt. It was...

in other package, there is a function which creates a new files with other extension. it's really practical

I'm creating a function for my CLI that lists the device_ids for a JID. For my bot, on the conversation side, I only see one device_id, but with my CLI,...

I created a loop to display the device values after a get_device_information I see all active devices frozenset({(‘urn:xmpp:omemo:2’, True)}) Some of them also have (‘eu.siacs.conversations.axolotl’, False), and I only have...

Thanks, it works. I remember why I didn't use _upload_device_list. My IDE didn't want to suggest it to me and complained, saying: “Access to a protected member _upload_device_list of a...

In the public version of _upload_device_list, wouldn't it be better to give it the device_map and let it figure out how to clean up oldmemo or twomemo? That would be...

1: To clear the device list, I provide a list of device_ids containing only the current device_id, to avoid subsequent error messages, rather than an empty list. 2: Sorry, device_map...