Pat Leamon
Pat Leamon
Example of ideas in #153 Note: this code is not verified working, just an example of how it may look. For example it's missing code in `initialize_request_driver` that would actually...
I'd like to add support for https://github.com/excon/excon, but it doesn't follow the current model of having a request object to decorate. Instead it uses a parameter hash to pass through...
Node 12 is a bit out of date, this PR updates the deploy script to use node 20 instead. Also update all the dependencies while I'm there.
My personal base64 encoded credentials do not end with a single `=`. Base64 encoding can result in zero, one or two `=` characters at the end. The `=` character is...
### Describe the need I wanted to perform actions on github repo's as the application - not an individual user who might leave the organisation. I was trying to use...