Andrew Merritt
Andrew Merritt
I find that I don't always want to expose the arguments, but I do want to require them. ```ruby class Uppercase < OptStruct.new required :my_string def perform string.upcase end end...
Issue: Incompatibility on iOS: 12.4 Reproduction: In a mac with Xcode, download the iOS 12.4 Simulator by going to Xcode -> Preferences -> Components. Open the simulator. Xcode -> Open...
I'm a Oh-My-ZSH user on a Mac and ran into some problems during setup. I followed the readme and ran `curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && SLACK_THEME_SHELL_PROFILE=~/.zshrc bash slack-theme install && ....
Under the "Try It" request samples when there are URL parameters required in the endpoint, the current behavior is to substitute the URL parameter's name into the URL until a...
When generating simple indexes, there is no identifier for unique indexes. This PR updates the `simple_index` option to annotate with `uniquely indexed` for unique indexes. Screenshot from a project I...