John Wilger
John Wilger
Prior to this change, if you selected the `:base64` format when calling `ExCrypto.generate_aes_key/2` you would get back a string that was encoded using `Base.url_encode64`. However, the url-encoding allows certain characters...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...
This makes it trivial to get a development environment set up using either VSCode or GitHub Codespaces (or any other editor/IDE that supports the devcontainer standards). (N.B. this is for...
Because UIComponent currently forwards methods on to the Session, the exception that gets raised when calling an unimplemented method does not identify the UIComponent class. It would be nice if...
SSL certificate verification is disabled in both the sinatra utility app for getting your access_token and in the GitHubV3API library itself (which uses rest-client). Need to figure out a good...