Maifee Ul Asad

Results 105 comments of Maifee Ul Asad

@AbdullahNarsun please provide a minimal reproducible example as a GitHub repository. Please include these: - Unity project - Backend (if any) - Instruction to run this project (if it has...

@AbdullahNarsun in case you missed this keyword **minimal reproducible example**. Good read: - https://en.wikipedia.org/wiki/Minimal_reproducible_example - https://stackoverflow.com/help/minimal-reproducible-example

@AbdullahNarsun, I have seen your code and tried resolving it with `CertificateHandler`, but it doesn't work. Let me tell you why. Unity doesn't support TLS 1.3. But your server is...

Dear, I will try to get some work done on `to-spreadsheet`. If you don't hear from me within a week, be pretty sure that I've lost interest in this or...

I wanted to let you know that there has been some progress on the `to-spreadsheet` front. It seems we might be seeing some light at the end of the tunnel....

Maybe something like this?? In a `docker-compose.yml`: ```yaml version: '2.4' services: jekyll: image: bretfisher/jekyll-serve volumes: - .:/site ports: - '80:4000' ``` Ref: https://bjm.me.uk/blog/testing-github-pages-locally-docker/

Maybe the problem is , we have installed python and libraries at different `PATH` So, In the command prompt type "where python" first : ![so](https://user-images.githubusercontent.com/29339330/52100233-ee37ca80-2600-11e9-8801-c8c3a89bfa00.PNG) It will tell you ,...

@B417037 we need more details, is python declared in path? How many version are you using at once ? etc.

I don't have a Windows machine right now else I would make a video. But you guys should follow this : https://www.computerhope.com/issues/ch000549.htm In Windows you have to set the path...

I am willing to work on this feature.