-
#### Meta-issue to track work on improving the experience of PowerShell class usage as much as possible.
## Note on By-Design Behaviours
PowerShell classes currently are a bit finnicky. Some of …
-
During testing with PSDepend today I ran into an issue when trying to install a module from a MyGet feed using the 'PSGalleryNuget' dependency type. The module was not installed, and "Unable to find p…
-
# RFC #002
An unexpected usecase for Polaris has popped up recently. More so than the main use case (APIs) - Small websites and self-service portals.
These are almost always powered by @Stephane…
-
When attempting to run PoshBot on a Windows machine with PowerShell version 5.0.10240.1746, it fails to run, saying that it cannot find the cmdlet Import-PowerShellDataFile. After including a function…
-
Worked through the docs for setting up the Teams backend and have hit a roadblack. Bot appears to be receiving messages fine but fails to authenticate to Teams when attempting to convert the user id. …
-
## Expected Behavior
Connected to Teams and Members Loaded
## Current Behavior
Message":"Error authenticating to Teams"
Data":{"CommandName":"Invoke-RestMethod"
Message":"The remote server …
-
When installed from Powershell Gallery receive error related to formatting on Start-Poshbot command.
## Expected Behavior
Poshbot should start
## Current Behavior
Powershell throws and error a…
-
```
> Install-Module -Name SlackBot
> import-module SlackBot
> invoke-slackbot -Token "xoxb-realtokenwent here"
Set-PSSlackConfig : The term 'Set-PSSlackConfig' is not recognized as the name o…
-
New-PoshbotCardResponse -text is wrapping in the output window at around 52 characters length
## Expected Behavior
It should pad to the length set by the -width parameter when formatted via Out-…
-
Hi,
Using PoshBot for Teams and Slack
For most users all is OK, but for some of them - for Teams Backend we getting
"CallingUserInfo":null for commands when trying to access/read
$global:Posh…