Results 114 comments of Greg Werbin

I figured out a workaround for this that works for my use cases. First, install the main repository with some `as =` alias, then symlink or copy/install the desired subdirectory...

Mypy reports the same error. Another option in general is to define `__all__` with all "exported" names.

Seems like it isn't. I'm forking now; maybe I'll update it for Py3 and submit to PyPI this weekend

Actually it _is_ available on Py3, but the PyPI version is out of date. You can install with `pip3 install git+https://github.com/jaybaird/python-bloomfilter/`

> > Arbitrary languages injected into a document with a different "root" language cannot be handled by a single language server, and instead requires a feature similar to Tree-sitter's language...

> > My impression is that this process is driven entirely by the client. In my interpretation of that page, the client detects regions of "embedded" code, then submits those...

Understood and thanks for clarifying. It sounds like VS Code actually just uses a dirty hack for this, rather than extending the LSP protocol: > The virtual text document provider...

@gaborbernat for what feature? Is https://github.com/pypa/pipx/issues/639 still off the table?

If that's the plan, then you're safer checking for the existence of a `__main__` _submodule_, as not all Python modules are represented by physical `.py` files on the filesystem. This,...

> Can you check your browser's JavaScript console for errors? There are errors there, but I am having a problem actually running this in a clean environment including the Jupyter...