Rob Levy

Results 4 issues of Rob Levy

I like the fact that the Jedi language server can jump to definitions of pytest fixtures (something other language servers can't do.) But generally I use Pyright instead of Jedi....

If you try and create a `Quantity` with a hyphen in the unit name, you get a very odd exception. ```python In [1]: import pint In [2]: pint.Quantity(value=1, units="kilo-watt") ---------------------------------------------------------------------------...

Pint ships with some "specialized" US area units like `square_foot`. When I discovered that there was an alias for this of `sq_ft` I thought that maybe `sq` might be a...

docs
good first issue

When I drop into a debugger with this setting in `pytest.ini`: ``` --pdbcls=IPython.terminal.debugger:TerminalPdb ``` then I can use the up/down arrows (or ctrl+P) to browse command history from previous ipdb...