Results 83 comments of Pulse-Mind

@carlwilson Do you know when you will release the version ?

Hi @carlwilson , thank you for your reply. I'am not sure to understand properly your request. So this is what I've done : * In my python virtual env used...

Hi @carlwilson Thank you for your reply and the time spent on it. I start with a fresh virtualenv using 1.4.1 and then running the install requirements with 1.6.0 and...

Hello, At this day : ``` > python --version Python 3.10.4 > pip --version pip 23.1.2 from /Users/.../.virtualenvs/.../lib/python3.10/site-packages/pip (python 3.10) ``` I think it was the same few weeks or...

@carlwilson In fido.py, the defaults contains v104 instead of v109 ``` defaults = { 'bufsize': 128 * 1024, # (bytes) 'regexcachesize': 2084, # (bytes) 'printmatch': "OK,%(info.time)s,%(info.puid)s,\"%(info.formatname)s\",\"%(info.signaturename)s\",%(info.filesize)s,\"%(info.filename)s\",\"%(info.mimetype)s\",\"%(info.matchtype)s\"\n", 'printnomatch': "KO,%(info.time)s,,,,%(info.filesize)s,\"%(info.filename)s\",,\"%(info.matchtype)s\"\n", 'format_files': [...