Anthony Conrad (parithon)
Anthony Conrad (parithon)
A PIDKEY is not required for Foundation but the script expects it anyway. The PIDKEY should be skipped if Foundation is the SKU used for the input file.
## TLDR Instead of using separate Dockerfiles for development vs production I have taken advantage of multi-stage builds and the 'target' feature to only utilize the 'build' stage during development....
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.SecretManagement) - [X] Search the existing issues. ###...
Perhaps we could use the following convention for the connection strings to support multiple providers and connection strings within the appsettings.json? **appsettings.json** ```json "ConnectionStrings": { "CoreWikiIdentity": { "": "./App_Data/wikiIdentity.db", "postgres":...
We need to investigate if it is possible for this bot to 'see' if a message was banned, and if it was, to either not show the message or destroy...