Zhaogang

Results 14 comments of Zhaogang

**updated to python3.7, still hit the issue:** -- Found PythonInterp: C:/Users/Administrator/AppData/Local/Programs/Python/Python37/python.exe (found version "3.7.1") -- Found PythonLibs: C:/Users/Administrator/AppData/Local/Programs/Python/Py thon37/libs/Python37.lib -- Found PythonInterp: C:/Users/Administrator/AppData/Local/Programs/Python/ Python37/python.exe (found suitable version "3.7.1", minimum required...

solved. this issue is caused by the fact that the grammar of finding python packages for cmake 3.12 has changed. So we should change : find_package(PythonInterp ${PY_VERSION} REQUIRED) find_package(PythonLibs ${PY_VERSION}...

I think we should add a if...else sentence to determine the cmake version in the cMakeList.txt. for old cmake version, we use find_package(PythonInterp ${PY_VERSION} REQUIRED) find_package(PythonLibs ${PY_VERSION} REQUIRED) for new...

https://github.com/pkumod/gAnswer/releases/download/v0.1.2/Ganswer.jar

I have the smae issue for mail.qq.com. WIndows 10+ firefox 83.0

Is there any update on this? I would like to contribute, but don't know where to start.

@shayc I would like to do the chinese-simplified prooofreading by editing the json file(Crowdin is not avilable in China Mainland.) So should I wait for your response to start my...

@shayc Currently I make a pull request once I have some updates(usually 60-100 lines). If this approach is not prefered fell free to tell me. I have no idea about...

@shayc hi during my translation, I found that sometimes it is really hard to choose the correct words in Chinese. Unfortunately due to the Internet policy of Chinese gorvenment, the...

@shayc after the `npm start` command, it is said that "Compiled successfully". But visiting the suggested `http://localhost:3000/` in the browser only brings me a webpage without anything except for a...