Benjamin Petersen
Benjamin Petersen
Closes issue #4707
### Subject Guides ### Description I am trying to follow the guide on how to run a single spec file (great for use during development of that spec). However, the...
Prevent the creation of an empty last page in the `Paginator`. Previously, the pagination would only be correct when the calculation had been rounded down. In `test`, 20 posts at...
[Feature]: Config based "--suppress-warnings" or, more specifically, quiet version mismatch warning
### Description (Problem / Annoyance) Calling `linode-cli` without `--suppress-warnings` will almost always output a version mismatch warning at the rate this library changes. Using `linode-cli` in scripts requires adding this...
I've upgraded Twilio and all dependencies in Pipfile. This requires minimum python 3.9 now which I believe is reasonable since 3.8 is EOL. Here are the current versions that are...