andy-landy

Results 9 comments of andy-landy

There's a point in leaving it be though: the standard traceback printouts have only the first line the same way. I'll look for a way to implement it with this...

it will be: - stackprinter - tbvaccine - pretty-errors - better-exceptions is that all?

I looked at them, yes. I'd say pretty-errors is the nicest, but more about this in the upcoming comparison.md :) Is `rich` an alternative, one of such modules? I looked...

That's a vergy good and handy list, thanks for the link!

Hi, thanks for the feedback! I'm in the middle of implementing exactly this feature :) I happened to change signatures with some previous commits, so I'll have to increase major...

Fixed in 2.0.0, now you can customly skip variables. activate_by_import makes it skip globals. ![image](https://user-images.githubusercontent.com/590176/103670781-7b28f280-4f93-11eb-9517-28f7ff5c59cd.png)

Yes, that's nice! I added it to the feature list. Thanks for the idea!

Hi, please take a look at https://github.com/andy-landy/traceback_with_variables/blob/master/examples/format_customized.py at custom_var_printers. Does it fit your use case?