Juan Pablo Santos
Juan Pablo Santos
This removes the Atom icon. Falling back to the default macOS volume icon is a better experience than showing an (often unexpected) Atom icon.
Placeholders are shown instead of interpolated values. Note the curlies where the actual values should be: ``` Logger$Slf4jLogBackEnd [sdbe-compute-7] Detecting platform. Name is: {0} Logger$Slf4jLogBackEnd [sdbe-compute-7] Detected Mac OS platform:...
We currently expose a very concrete transformer stack. We should try to factor out more stuff out as type constraints instead. Relevant code: https://github.com/stackbuilders/octohat/blob/master/src/Network/Octohat/Types.hs#L238 We might even be able to...
This pull request is a superset of #45. I'm not sure if the changes here make sense to add to Wreq. This adds three more authentication options: 1. The first...