miyaco

Results 18 comments of miyaco

Sorry, neovim is not supported and this plugin is no longer maintained. [miyakogi/vim-livemark2](https://github.com/miyakogi/vim-livemark2) is successor of this but under development. It also does not support neovim, but may work.

Thank you for reporting issue. Unfortunately, reStructuredText does not seem to support nested inline markup now. http://docutils.sourceforge.net/FAQ.html#is-nested-inline-markup-possible There are workarounds as shown in the above link, but it's difficult to...

Directive body of rest must be indented only 3, not 4 spaces

Other than EOF, 4 spaces are ok...

Thank you for reporting issue. Also reproduced on such as `http://8.8.8.8`.

Great thanks for detail information and suggestion. I don't have good idea to fix this soon, but I will check `page.goto`'s timeout sequence.

Thank you for minimal reproducible code. This problem is reproduced by the code. I will try to fix it, but may take some time...

After merging your PR (#64), this problem does not reproduce on my machine. How about on your environment?

Not reproduced on my environment (linux) with the below code: ```python import asyncio from pyppeteer import launch async def main(): browser = await launch(headless=False) await asyncio.sleep(5) await browser.close() # browser...

Can you test with the same options in [puppeteer](https://github.com/GoogleChrome/puppeteer)?