Jacek Pruciak

Results 8 comments of Jacek Pruciak

This is must-have in multi-lb environments.

This is VERY NICE workaround! Thank you for the idea.

Bug seems to trigger only when message is sent to the room where there are users having `bw` in contacts. I cannot replicate by just talking with `bw` on DM.

this is a great example why #4 is a good idea

Legacy tgmount has `{msgid} {filename}.{fileext}` format for normal files. Example: `77876 Sonata Arctica - The Days of Grays (2009).zip`. And `msg_{msgid}_doc` for unnamed files. Example: `msg_221285_doc`. I'd like to be...

This diff fixes it for musllinux, I've not worked on getting manylinux working. ``` diff --git a/src/auditwheel/policy/__init__.py b/src/auditwheel/policy/__init__.py index a1a30ca..274cbcd 100644 --- a/src/auditwheel/policy/__init__.py +++ b/src/auditwheel/policy/__init__.py @@ -88,6 +88,7 @@ def...