Jan Szopinski

Results 5 issues of Jan Szopinski

# Bug description I run a program with `ipython --pdb`, hit an unhandled exception and use the `(w)here` debugger command. I see 4 extra, IPython internal, stack frames, which is...

help wanted
debugger

Please accept input from stdin when the filename isn't supplied. Today that fails with: ```console $ cat foo.json | jellex usage: jellex [-h] [-v] filename jellex: error: the following arguments...

* configured to be strict but relaxed on one module * 1 added type annotation * 1 added type module * 3 type errors ignored without investigating

Fixes #9. I applied the simplest possible fix per the suggestion in https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1726#issuecomment-1445196977 and I found it makes jellex work with to be compatible with the latest `prompt toolkit` i.e....

I see that #8 caused us to pin the version of `prompt-toolkit` and that @kellyjonbrazil reported the breakage in https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1726 . I found that the pin makes jellex incompatible with...