Norbert Csibra
Norbert Csibra
**Describe the bug** I'm testing CompreFace with the provided Docker Compose distribution in the root directory and looks like the `save_images_to_db=false` option does not work. The trained faces are still...
Hi, I'm getting errors like these: ``` time="2020-05-11T05:43:37Z" level=error msg="open /tmp/temp-multibuf-419673259: read-only file system" time="2020-05-11T05:48:25Z" level=error msg="vulcand/oxy/buffer: error when reading request body, err: open /tmp/temp-multibuf-063517198: read-only file system" ``` Based...
Hi, I just started to learn zsh and I'm using the grml-zsh-config, which is really good so far. :) I downloaded only this config: `https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc`. Left untouched and added only...
Hi, Thanks for this great API, works really well. My only problem is, that really hard to write unit test in my own program, because the API using static methods,...
Hi, I'm working on a Win7 64bit machine, compiled a leveldb.dll with mingw based on this repo: https://github.com/zalanyib/leveldb-mingw Then installed your gem, withour errors, the 'leveldb_native.so' file was created and...
Steps to reproduce: 1. Start a GRPC server locally. 2. Start a long-running server stream to that server. 3. Shutdown the server while the connection is still active in VS...