explanations
A deep dive into the strange world of Python versioning
Our CI has been testing a lot less than we thought for months, all because of a very sublte versioning bug. So after a couple fialed solutions I decided to just dive into the specification to get to the bottom of this. In the hope that you won't have to suffer this issue like I did I decided to write it down. Here's what I learned.
What devs and doctors wish you knew about writing bug reports
Writing bug reports is hard and much more ubiquitous than you'd think. Anytime you are describing a problem to an expert that you need solved you're essentially doing just that. In this post I'll give you my method for making the process as easy and effective as possible.