Ludovic Rousseau
Ludovic Rousseau
I am not sure to love call backs so much. Sometimes a synchronous API is fine, especially when you want to send a sequence of APDU and have nothing better...
I created a test private mercurial repository and tried to clone it. ``` $ git clone gitifyhg::https://bitbucket.org/lrousseau/sandbox Cloning into 'sandbox'... abort: http authorization required for https://bitbucket.org/lrousseau/sandbox ``` Of course the...
It looks like munin does not like names with " ". So we replace " " by "_". The error were: 2020/06/27 14:46:35 [WARNING] munin_set_var_loc: Setting unknown option 'Wistron' at...
On Mac OS X I have: ```c++ -I../headers LibusbTest.cpp -o LibusbTest In file included from LibusbTest.cpp:18: In file included from ../headers/libusbpp.h:3: In file included from ../headers/device.h:2: In file included from...
Someone should work on a web site presenting the hidapi project and subprojects (like Python wrapper). goals: * make the new hidapi project more visible so that it is indexed...
A long time ago I registered the hidapi project at Coverity Scans https://scan.coverity.com/faq The project should be available at https://scan.coverity.com/projects/hidapi?tab=overview I can add any other member of this hidapi project...
### Detailed description of the problem I use Firefox 63.0.3 and it does **not** propose me to store the password I use to login to Lychee. https://support.mozilla.org/en-US/kb/usernames-and-passwords-are-not-saved It works fine...
### Detailed description of the problem This is not a problem, but a proposal. I just discovered Uppy File Uploader https://uppy.io/ after reading https://korben.info/uppy-un-module-dupload-de-fichiers-a-integrer-dans-vos-projets-web.html Maybe Lychee could use something like...
Use Named tuples https://docs.python.org/3/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields instead of tuples. For example ``.transmit()`` could return a named tuple ``[response="", sw1=, sw2=]``.
Fix yubikey-totp on Python3