Nick Butler
Results
2
issues of
Nick Butler
When the Github API returns an error, the command should exit and print the error to stderr instead of rendering a HTML page. Maybe this only applies to `--export` mode,...
enhancement
Hey, so I've been trying to perform a decryption while avoiding either writing to disk or loading the whole plain text into memory. I could use `Open3` a la: ```ruby...