Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}
| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also, fix compiler warnings (I've got too used to building with
`--ghc-options -w`).
|
|
|
|
|
|
The fact whether the registry value was a regular or an expandable
string is now propagated up to the `Environment` module (and even
further to the apps).
This was done to get rid of these weird `setString*` functions (and the
like).
I don't feel like I've came up with the right abstractions yet though,
so there's more work on this to come.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|