Atompie
Atompie
@bartdob Any progress on this?
I have the same error on current release: (compilation without GPU) Traceback (most recent call last): File "example.py", line 1, in import pyyolo ImportError: /usr/local/lib/python2.7/dist-packages/pyyolo.so: undefined symbol: _ZGVbN2vv___pow_finite
Have anyone tested this?
@pawelzny Hello is there any chance that this PR will be accepted? Or better we use fork in our project?
Is there other way to translate SQL in opensearch? Thanks.
@sruthisanthosh1 I will take a look at this. I guess the resource requires the following config: ```json { "host": "host-without-port", "port": "port here" } ``` but I may be wrong....
@DawidekZagajnik Could you check if it works for you. I checked it on my side and I see no issue. Maybe 0.7.2 solved it
Merged in other PR. Skipped the formatting changes.
https://github.com/bobsburgers/tracardi/commit/3b8d82e68fee02777c3ea676e58567510e87fcd3 Added to plugin in 0.7.3-dev
@scopsy well 404 means that there is no endpoint or entity. This is not true in this case as the endpoint exists. 422 is en error that indicates that the...