Hristo Kozhuharov

Results 6 comments of Hristo Kozhuharov

Hi, what is the status on this feature? Other marketplaces have this feature. @[erikdemarco](https://github.com/erikdemarco) did the webkul plugin work for you? Which one did you try? Can I contact you...

Hello there! May I suggest you a better way to achieve that - using cURL. I've had compatibility issues and all too, but most it got solved when I referred...

@dseegers I'm still not sure that I'm getting it right, but let me try one more time. You are using this piece of code, right? ``` $file_name = file_get_contents("https://google.com"); $dom...

@LucaSalesi98 Hey, I faced this issue as well. Please note that you might have to install requirements.txt for the specific version of python you are intending to use. I'd suggest...

Me too, even prior to this step - I had to do `pip install protobuf==3.20.1` (suggested by an error while installing requirements.txt). I am now trying to manually install opendr...

I realized the issue with opendr by running `py -3.7 inference.py -i .\image_1_50.png -ht 180` And getting the following error: ``` Traceback (most recent call last): File "inference.py", line 15,...