Tomas Krejci
Tomas Krejci
I'm experiencing the same behaviour on the included test suite. I created a small script which runs the `tests/test.py` file many times over and logs histogram of return values. Those...
I'm doing some investigation of what the problem might be. I'm working with @travisstaloch's example. First thing I have noticed is that the result of the call to `__get_prime_implicants` is...
Although a bit unrelated. I'll leave it here for anybody who comes over here: I wanted to use citus on my MacBook with M1 chip. Homebrew packs citus with postgres...
@JakkuSakura I believe [this issue](https://github.com/tamasfe/aide/issues/116) is the answer.
Understood. I'd suggest to at least change the current behaviour. At the moment it fails silently which is less than ideal. I've spent unreasonable amount of time chasing this one...
I've resolved this according to http://stackoverflow.com/questions/24057248/ffmpeg-undefined-references-to-av-frame-alloc by adding #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55,28,1) #define av_frame_alloc avcodec_alloc_frame #endif at line 104 of the file epocam_linux.c