Results 33 comments of cpchung

I have the same questions on Linux cpchung 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux /home/cpchung/code/ldd4/misc-modules/seq.c: In function ‘ct_init’: /home/cpchung/code/ldd4/misc-modules/seq.c:97:10: error: implicit declaration of...

@hvub Thanks! the problem is resolved. I work on the openCypher implementation at KatanaGraph. I would like to know whether I can join the openCypher committee so we can officially...

@xymeow Thank you! The problem is resolved now. what I did is to make sure there is 20% margin btw the bounding boxes and the image boundary. I also make...

thank you for your reply! I just tried the statspim and it takes forever to run the testcase1 in the `Finaltest` section. Also, for the SSA constructor/destructor test, they are...

I used the wrong RE at the beginning. I am expecting to get the minimized DFA like this one using :python cli.py '0*1(0*10*1)*0*' ![image](https://cloud.githubusercontent.com/assets/8110904/22494163/3080009e-e803-11e6-8022-bda182f6aab3.png)

Tried 8.1.1 and `folly-2022.03.14.00`, does not work with the master branch of velox.

I don't find the version pair used by the circle CI script from the repo. Is the `fmt` or `folly` used by `velox` compiled from a forked version?

> Conda install ? Can you give us more details on how you are trying this out ? There was a time I can conda install all the dependencies requirements...

fyi, this is the script I used: ``` --- channels: - conda-forge name: pokeai dependencies: - aws-sdk-cpp >=1.8.186 - benchmark>=1.6.0 - boost-cpp >=1.68.0 - brotli - bison - bzip2 -...

> The issue is that `folly == v2022.07.11.00` is not on conda-forge it looks like the newest version is `2022.10.10.00`. > > Please add `libsodium libunwind libaio` to your env...