poppyschmo
poppyschmo
@andfoy You beat me to it! If you catch any grief over the breaking change, it might be worth considering an alternate layout with all the asyncio analogs couched in...
> Also consider restview. https://mg.pov.lt/restview/ No github style, unfortunately. @reece, while it's hit and miss, I've found the Warehouse/PyPI stylesheets at times produce a closer approximation of the GitHub look...
Swapping these out worked for me in both `html2vimdoc.py` and `vimdoctool.py` (sorry, no gist): ```python # logger.addHandler(coloredlogs.ColoredStreamHandler(show_name=True)) coloredlogs.install(level='DEBUG') ``` P.S. I think this is identical to #8.
```emacs-lisp (with-eval-after-load 'lsp-mode ; try this or similar (lsp-register-custom-settings '(("pyls.plugins.pyls_mypy.enabled" t t)))) ``` Also check `*pyls::stderr*` for complaints about a missing "future" package. Perhaps unrelated (maybe a regression of #1),...