Simon Fagerholm
Simon Fagerholm
Solves breaking changes in https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps=0 - Change way of sending token #114 - Use conversations instead of groups and channels #113
Fixes: RamblingCookieMonster/PSSlack#117
slack endpoint [`users.list`](https://api.slack.com/methods/users.list) is paginated and needs to be used with a cursor (if it is returned) to get all users. Currently `Get-SlackUser` only checks first page of results. Implementation...
The way PSSlack send the token to slack is no longer supported on newly created apps: https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps=0 I have confirmed this with slack support. The `Invoke-RestMethod` call should either be...
Hi! Great project, I was wondering what is missing from this project to also have support for Nintendo Switch?
When building with ``` DebugInfo = DebugInfoMode.Full; bForceDebugInfo = true; bUsePDBFiles = true; bUseFastPDBLinking = false; ``` We encounter the following error on many files: `[2024-11-20T09:19:59Z ERROR octobuild::worker] Cannot cache...