RedlineTriad
RedlineTriad
Add support for publishing AvalonStudio to a single executable by changing the `.csproj` file or using the command-line switch.
I am running coverlet in a self-hosted GitLab instance to collect code coverage for Sonarqube. Problem is, we have Windows runners and the test job and the sonar job can...
### Prerequisites - [ ] I am running the latest **alpha** version of MineColonies and Structurize for my Minecraft version. - [x] I checked the MineColonies/Structurize [wiki](https://wiki.minecolonies.ldtteam.com/) and made sure...
Since Rust now supports const generics we can use bbqueue 0.5.1 which supports them instead of using `typenum`
The following line of code is wrong: https://github.com/SonarSource/sonar-scanner-msbuild/blob/290ed63dd6d85f5fd74b564b68d11f26565d7e3e/src/SonarScanner.MSBuild.PreProcessor/WebClientDownloader.cs#L54 ```cs HttpRequestHeader.UserAgent.ToString() ``` returns `UserAgent` the name of the enum variant. However, the correct value of the header is `User-Agent` as seen...
# Description Currently it is hard to track down shuttle suiciders as admins. It would help if emagging shuttle would cause an alert similar to the plasma canister release alert...
When adding a stream to the connection with this expression ```cs flight.MeanAltitude * 1. ``` It throws this exception: `System.ArgumentException : 'Invalid expression. Must consist of a method call or...
Other text editors like neovim support text highlighting for headers, links, and signatures in email files. Full syntax here: https://github.com/neovim/neovim/blob/1186f7dd96b054d6a653685089fc845a8f5d2f27/runtime/syntax/mail.vim This is very nice when using it for writing emails...
Currently it's a bit difficult to see what bevy assets are the most relevant. Multiple options come to mind: * stars * recent downloads * forks * most recent commit...
### 📜 Description When using `fetch:plain:file` to download a binary file from an HTTPS server the file gets mangled and corrupted. ### 👍 Expected behavior The file should be saved...