Ruud Schouten
Ruud Schouten
[Static Analysis Results Interchange Format (SARIF)](http://sarifweb.azurewebsites.net/) is a standardized format to output static code analysis results. With it, you can easily upload it onto a SARIF viewer, to get clear...
I've have installed AnyRPC and Spix, and have added the lines specified in the readme into my .pro file; ```qmake ... # Spix QT += quick INCLUDEPATH += /usr/local/include LIBS...
**Idea** I want to be able to change the styling of admonition blocks. I did a quick search in the issues of this repository, and saw that someone did use...
Resolves issues with the `NullCoalescingExpressionMutator` where it tries to create mutations which can never compile, for example; ```csharp // request has a nullable EndTime, and a non-nullable StartTime. node =...
Added mutators for string methods. Closes #2868
Currently on version 0.2.1, and wanted to export a newly created document. Exporting is done by opening the document, clicking `Share` > `Download`. If I then try to import this...