Pangratios Cosma

Results 113 comments of Pangratios Cosma

Hey @dotysan, thanks for submitting this PR! There's already an issue #127 to use a dependency manager, what is your opinion on using Make + pip vs the other options...

> Well...a small/simple Makefile with venv is just my personal crutch. It's mostly out of habit. And just because I can easily . > read/edit/execute it. > > I really...

Thank you for reporting this @dotysan. We'll get that fixed soon.

`setup.py` is not needed anymore after #196. To setup for local development: `python install -r dev-requirements.txt`

> @Kelvin4664 @subzero10 I don't think this was addressed with #123, because this issue was to add local variables at the stack frame level in the traceback, whereas #123 added...

Closing, implemented at #196.

Hey @Kelvin4664, any thoughts on this?

@dotysan Can you please create PR from your [branch](https://github.com/dotysan/honeybadger-python/tree/tox) to see what's been done and what's pending? It seems that you are tackling a couple of open issues, let's see...

Just came across these alternatives: - [Poetry](https://python-poetry.org/) - [PDM](https://github.com/pdm-project/pdm)