Ryan Gurnick
Ryan Gurnick
I noticed while reading the code within `winupdate.go` that there are two private functions. One for listing updates and another for update history. It would be quite useful to be...
When attempting to use the mutiple choice option, I get the following panic. Please let me know what other information would help assist in getting this fixed moving forward, I...
Within ContentTools there are wonderful heading button, an ordered list button, and unordered lists buttons. In order to make this work with my styling, I need to be able to...
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...
## Description Of Changes Adjusted the formatting of the alternate installation method in the section **Install using NuGet Package Manager** so the three commands do not all appear (visually) to...
express deprecated app.configure: Check app.get('env') in an if statement app.js:24:5 express deprecated app.configure: Check app.get('env') in an if statement app.js:30:5 Just thought you might want to know this.
Contributing on behalf of @bobb34 for #574 Thanks for taking the time to suggest an addition to awesome-selfhosted! To ensure your Pull Request is dealt with swiftly, please check the...
Can there please be clarification made in the contribution doc to explain the following items: 1. Are there specific requirements that a repository contains tags/releases? Just one, or some arbitrary...
I am currently getting an exception when attempting to use the PingCommandBuilder on MacOS. ``` Acamposm\Ping\Exceptions\UnknownOSException Unknown OS at vendor/acamposm/ping/src/PingCommandBuilder.php:303 299▕ if (System::isWindows()) { 300▕ return $this->getWindowsCommand(); 301▕ } 302▕...