Justin Hammond
Justin Hammond
## Description Per the comment made here: https://github.com/Netflix/pollyjs/issues/265#issuecomment-544213400, it was suggested that adding the ability to allow recordings to be saved decoded and unzipped could be added to Pollyjs. We...
Why in the world is this tool called `vs-shell-format` if it can format a dozen different syntax/languages? Incredibly misleading and frankly it breaks the DOTW (Do One Thing Well) mantra...
GitHub Actions is passing builds when there are errors in the test suite. This was reported on another issue: I'm also having issues with xcpretty and github actions, I'm getting...
**Describe the bug** I can run `phpcbf` for all my current rules and have them automatically fixed; however, there is no fixer for `Squiz.NamingConventions.ValidVariableName` rules to take my `$snake_case` variables...
# Description # Testing # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) -...
# Description Uses new EasyPostClient object which provides thread-safety. All functions are now called against a client object ensuring that API keys cannot get mixed via the global state. Syntax...
# Description Drops support for PHP 7.3 and adds CI checks for PHP 8.2 # Testing # Pull Request Type Please select the option(s) that are relevant to this PR....
# Description The previous implementation of coveralls used a Python package to generate `lcov` reports because `pytest-cov` previously didn't support it; however, just a month ago support was added. This...
This may or may not be an issue as from my research you sometimes want to keep SSL sockets open but I wanted to report this in the off chance...
The official Python library allows a timeout to be set on requests. It would be really helpful for production applications to be able to set up a timeout on requests...