Arthur Soprana

Results 4 issues of Arthur Soprana

# Add relative change, use sign on errors The first idea would be to add a fourth column besides `obtained_...`, `expected_...` and `diff`: `relative change`. It would print the relative...

enhancement

### Description The current cmake configuration uses ``` if(NOT WIN32) set(CMAKE_C_COMPILER clang) set(CMAKE_CXX_COMPILER clang++) set(CMAKE_C_FLAGS "-Wall -std=c99") set(CMAKE_C_FLAGS_DEBUG "-g") endif(NOT WIN32) ``` I think it should be `gcc` instead of...

The idea is that the user would be able to to the following (perhaps with a different syntax) ``` !build !merge ``` Which means that, after the command `!build` finishes,...

Hi, Since VS 2022 Preview is already [available](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-1-now-available/). Do you have plans to update this extension to VS 2022? It seems that [there is already a guide for updating the...