Antoine Allard
Antoine Allard
I was trying to use the API to create a mail forward and I had the same issues: Tool | Error --- | --- Gandi CLI | `Invalid API key,...
Hello, Just to comment that I think I had the same issue today. I was trying to run a `multiarch/debian-debootstrap:mips-wheezy` image with Docker on my Mac but could not get...
Hello, Do you have an update on this feature? We are using the remote SSH extension and it seems VS Code cannot automatically detect the type of server we are...
Hello, We bumped into this issue today, it took us some time to figure out what was wrong. The error message proposed by this PR would have saved us quite...
@pchaigno would you be open to a PR to simply remove this threshold limitation?
@lildude makes sense, thank you for the explanation behind this limitation 👍 I'll see what I can do to add a flag to override this default value.
Hey @guwirth, Thank you for the quick reply. I am indeed already successfully using the clangtidy/clangsa sensors. If the compiler warnings report is not supported for Clang, do you have...
I agree that `-Werror` is probably the best way to go to get the problem as close as possible to the developer in the first place. However this is not...
I'll probably parse this list to create the XML of rules: https://clang.llvm.org/docs/DiagnosticsReference.html
Indeed, it seems that the Clang warnings are already listed (at least for the ones I checked). They are referenced with a key `clang-diagnostic-{warning_name}`. So what is missing I guess...