Matan Gover

Results 9 issues of Matan Gover

I use mypy to ensure type safety and avoid runtime errors. Functions are annotated and typing is enforced. However, PLS hovers and completions are based on heuristics that aren't as...

typecheck-diagnostics

Jupyter notebook uses the last expression in each cell as the cell's output. Hence, it should not be reported as unused.

bug
notebooks

I would like to have code completions and type checking for code that uses librosa. Adding type annotations will significantly improve the coding experience for users who use type checkers...

functionality

When there is a footnote in a figure's (long) caption, adding a short-caption to the figure breaks the footnote (the footnote text vanishes).

I've recently added type annotations to a large library, and have been checking my code using both mypy and pyright. While doing so, I noticed many differences between mypy and...

topic: other

When running only some of the tests (e.g. executing only one test from a test file), `snapshottest` will report all the snapshots from the tests that haven't been run as...

feature

Hi! I'm using this package indirectly through the mdct package. I get FutureWarnings that I see are already fixed in the repo, but are not released on PyPI. Could you...

Right now `_Element.text` is typed as `Optional[Union[str, bytes]]`. However according to the [lxml FAQ]:(https://lxml.de/3.6/FAQ.html): > In Python 3, lxml always returns Unicode strings for text and names, as does ElementTree....

Does this issue occur when all extensions are disabled?: not applicable - VS Code Version: 1.90.2 - OS Version: macOS 14.2.1 Steps to Reproduce: 1. The bug happens only when...

info-needed