Ryan Kolter
Ryan Kolter
My solution: 1.find function browser( ) in requests_html.py ```python //$python\Lib\site-packages\requests_html.py async def browser(self): if not hasattr(self, "_browser"): self._browser = await pyppeteer.launch(ignoreHTTPSErrors=not(self.verify), headless=True, args=self.__browser_args) return self._browser ``` 2.replace headless value ```python...
I also have the 'img blink' problem at the preview side when using side-by-side mode. When i input new content to the editor side, the preview side will refresh the...