Florian Apolloner

Results 361 comments of Florian Apolloner

@fjouatte To the best of my understanding your issue is caused by the fact that ejabberd might require TLSv1.1+. See https://github.com/fritzy/SleekXMPP/issues/452#issuecomment-312509055 for a workaround. The error message here seems to...

Hi @rphlo, thank you so much for this. I will pulling your chances into this branch shortly and will start testing.

This is due to the usage of Python 3.12 which is not supported by pyotherside (yet, see https://github.com/thp/pyotherside/pull/131 etc). As a workaround you can download https://raw.githubusercontent.com/Yubico/yubikey-manager-qt/main/ykman-gui/py/yubikey.py to `~/.local/lib/python3.12/site-packages`

This might be fixed with #363

My changes in #363 are not unrelated, your minimal patch just fixes the python code while still leaving a broken UI if you click in the wrong buttons etc. my...

It is not really unrelated. It removes a patch for macosx that was needed for the otp upload functionality which your and my patch removes. On Tue, Aug 6, 2024,...

FWIW yubikey-manager-qt is apparently deprecated since three months: https://github.com/Yubico/yubikey-manager-qt/commit/28dc02d11b081683b59d16d12043aaa3c0a6c75f As such I have switched to the Yubico Authenticator which works well enough. So instead of trying to patch this in...

I have requested access for Django, might take a few days. That said apparently using actions to replace jenkins might be a bit hard :( https://jasonet.co/posts/use-github-actions-for-ci/#running-ci-on-pull-requests-from-forks (I have yet to...

@orf Looks like actions are live now for django org. I got no notification from github, so I cannot tell you when that did happen.

Opened PR #20 with an implementation.