Hamid Haghdoost

Results 11 comments of Hamid Haghdoost

[elfinder!](http://elfinder.org/) خیلی خوبه . با الفایندر هم سازگارش کنید

I have the same error in windows 10 and python v3.4.3

@mansourehm my problem solved by running it in `WSL` in windows 10, you need to enable that feature and install `python` and `pip` on that and after that install `hazm`...

@fateme1373 @floweri Hi, [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) is a Windows Subsystem for Linux that simply you can enable it on windows. no extra work required.

@zeintiz An alternative to WSL could be working on a virtualization software like "virtual box" with a Linux distribution mounted on that.

Google image search is deprecated now Use your own custom search...

@ScottieR @satheshhmax I am using google text search API and I am getting images form websites that are in google first page without google image api.

Hi @robsontenorio Could you please check if it is fine?

I'm working on a codebase with tons of tests, and my pipeline was consistently failing with a `1` exit code, without any error or warning. After a couple of days...

You need to ask Keycloak to give the iframe loading access to your client. Go to `Realm setting > Security defences > Content-Security-Policy` and add your host: ``` frame-ancestors 'self'...