inkhey

Results 55 issues of inkhey

Sweepatic-PyExifTool-0.2 use inconsistent use of tab and space, that why on project relying on test doesn't work correctly with pytest on python 3.5 ``` import exiftool E File "/home/XXX/Public/preview-generator/venv/lib/python3.5/site-packages/exiftool.py", line...

Hello and thank for this nice library, This proposal is a big refactoring to limit resource usage of webpreview, we do need for the Tracim software : - Add a...

**Is your feature request related to a problem? Please describe.** Hello, i discovered some day ago that jitsi meet could be runned with ejabberd (https://blog.jabberhead.tk/2020/03/16/install-jitsi-meet-alongside-ejabberd/). I found the idea of...

Kind:Feature

Hello, i'm using imapclient 1.1 (last stable, don't know when 2.0 will be released in pip) . I discovered a weird bug when using :  ``` for msgid, data in...

Hello, i use pushpin for the https://github.com/tracim/tracim project. As we get multiple log un pushpin related to the multiples components of it. It's a bit complicated to clearly understand what...

Hello ! Using v2 Beta docker. i'm using API to add subscription to a list: ``` > http post 'http://localhost:3000/api/subscribe/XXXX?access_token=XXXX' EMAIL='[email protected]' FIRST_NAME='Toto' LAST_NAME='TOTO' HTTP/1.1 200 OK Connection: keep-alive Content-Length: 27...

using Flask-Babelex, the config : `TEMPLATES_AUTO_RELOAD = True` doesn't work anymore, meaning we must reload server to be able to reload template, which may be annoying during dev.

Systemd support user-scoped service via `systemctl --user`. It may be nice to be able to be able to check them too. Also systemd as also a "for all user scope"...

Proposal for supporting systemd user based service: - permit to use user scope. - giving explicit username permit to check other user service if available (session opened and correct access...

enhancement

On debian Stretch, support for PROTOCOL_SSLv3 is disabled and Sleekxmpp failed. ``` DEBUG Starting TLS INFO Negotiating TLS INFO Using SSL/TLS version: TLS INFO Note: SSLv23 doesn't mean SSLv2 and...