Ganghua Wang

Results 2 issues of Ganghua Wang

Once I unplugged from external monitors it worked well. The problem is raised from line 29 in textshot.py, ``` self.screen = QtWidgets.QApplication.screenAt(QtGui.QCursor.pos()).grabWindow(0)``` My system is MacOS 10.15.3, with python 3.6.9....

Hi everyone, When I enable pagination on my blog/index.html, "blog" is disappeared from my homepage header. Here are related code: _config.yml: ``` header_pages: - about/about.md - teach/index.md - blog/index.html pagination:...