Jan
Jan
I could do some testing with PCAN-USB FD adapters, just let me know :)
The `is:draft` value is no longer supported starting with gerrit v2.16: https://github.com/GerritCodeReview/gerrit/commit/6ffb7d93584b4074e0298fd5fdfcd35ab7556a02 `is:wip` may be a suitable replacement.
The way I understand the current behaviour of win32com, it is to put a newly created cache into a temporary folder by default, yes: https://github.com/mhammond/pywin32/blob/2a4b8dafe7d481a466077f7380f06b32e0db61a2/com/win32com/__init__.py#L104-L114 It does search for existing...
I've been using CMake to build ABY for a project for several months now. You can find it [here](https://gist.github.com/KloolK/df724ce995c842908097aa5668650e9f) My setup is the following: I have a directory containing a...
Hi @patricia93sousa Are you sure you need to build ABY as a shared library? If you have to, add the -fPIC in the build scripts of Miracl located [here](https://github.com/miracl/MIRACL/tree/master/lib) in...
Several paths have changed recently, especially those to miracl. I adapted my CMakeLists.txt a while ago. [Here](https://gist.github.com/KloolK/df724ce995c842908097aa5668650e9f) you can find my current version. Maybe that helps.