Hacker News new | ask | show | jobs
by louiskottmann 3266 days ago
The other day I was debugging an Ops issue only to find that it originated in a python-based executable. I soon found out it was a feature unfinished and buggy. There is a github issue that documents it, it has been around for no less than 10 years. 5 people offered PRs that got rejected for style and they are still discussing how to fix the bug in the most pythonist way.

I'll try to find it again. I obviously ditched the

1 comments

Fastest solution: fork the code and merge the PRs into your own branch yourself.