Dominik Bousquet

Results 32 comments of Dominik Bousquet

Hi @nkaenzig , thanks for the report! Can you try to run `python setup.py install` (use the python interpreter you want to install the library for, so maybe `python3` for...

Ok apparently it would be an issue with Cython/MinGW interop: https://github.com/cython/cython/issues/2670#issuecomment-432212671. Try to run `python cython_build.py build_ext --inplace -DMS_WIN64` (with `-DMS_WIN64`) then. If that solves it, I guess that you...

Yep, you could try `python cython_build.py build_ext --inplace -DSIZEOF_VOID_P=8 -DMS_WIN64`, it would sound logical that it solves the issue given the error is a complaint that `__pyx_check_sizeof_voidp` is not an...

Ah, I just saw that it looks like `python cython_build.py` is not trying to recreate the `cbatch_jaro_winkler.c` file, you probably need to remove this file. If that doesn't do it,...

I tried to debug for MinGW on my Windows machine but it's a mess. The default Windows C compiler fails for another reason (can't find the size of `void *`...

Thanks for the report and investigation efforts, have a nice day!

Hi @MingZhang860612 :) Webhooks don't have to to be under the domain "ngrok.io", the only constraint is that it's `https` with a valid certificate. The request made is a POST,...

Hi @TechSkieur and @MingZhang860612. It seems to be linked to an SAP network issue. Try this request inside and outside of SAP's network : ``` curl -X POST -H 'Content-Type:...

Try to query your server from inside and outside of SAP's network, you will probably see that your server is not available on the internet.

I don't know, I suppose there should be a way to make a server hosted on SCP cloud platform available on the internet, but maybe they want to prevent that...