baterflyrity

Results 54 comments of baterflyrity

Very nice! Switching to peggy right now!

> > > I wish it were possible to [revive abandoned projects](https://github.com/isaacs/github/issues/1385) like this one, instead of forking them. It depends on the repository owner. We cant revive that is...

+1 Please, add this option.

+1, also want to include this library to my project.

Also faced this issue. Now I am inteded to use alternative upgrade manager [pip-review](https://github.com/jgonggrijp/pip-review) It's a pity because pipupgrade seems to be the best in other sides. Relatted information is...

To be clearer the underlying command `pip list --outdated --format json` works fine and does not stuck at all.

@sveinugu , what about mypy? Most static type checkers use mypy hence it can be used in dynamic type checks too.

@sveinugu , well, mypy can not directly check types in runtime (states by one of maintainers). Nevertheless, there are several tricks: 1. You can create a temporary file and call...

> Huh weird, possibly to pipe it thru `hexdump -C` or possibly redirect to a file and attach? but maybe it will just show replacement characters hmm Sure. Here it...