troyhoffman
troyhoffman
Pip freeze always stores the version, but I like the idea of being able to omit the versions.
I would take a stab at helping with the refactoring, but my PDF knowledge isn't strong enough and I'd probably hinder more than help. However, I'd be more than happy...
That's great news! I'll take a look at it once it's ready. By the way, for those who are having memory errors when merging (like I was having), there might...
@cristianocca A large memory footprint isn't always a problem, as long as you have the RAM. Writing and reading large amounts of memory is actually quite fast. It's only when...
@SkyLeach How do you determine how many seconds are in a month? A puppy born February 1 will be one month old on March 1, which would be 28 days...
I agree that they should be separate directories. I also agree that there should be an EOL for Python 2.7 support since Python 2.7 will be EOL in a little...
Pull request created (https://github.com/justiniso/polling/pull/12)
My PR was failing CI. Looking into this, since it passed the tests locally.