Marco Craveiro
Marco Craveiro
Not sure if its helpful or not, but in Emacs we have flycheck syntax checking based on the PlantUML binary itself [1]. As you can see from this picture, the...
By the by, I asked Claude Code for some assistance with this and it came up with the following - not sure if helpful or not. ---- The Entity Framework...
In case this is of interest to anyone else, the suppression was as follows: ```c# // Suppress Entity Framework value comparer warnings from SimpleIdServer webApplicationBuilder.Logging.AddFilter( "Microsoft.EntityFrameworkCore.Model.Validation", LogLevel.Error ); ``` I...
Hi, I think it would be extremely useful to have something like the bind command proposed above, making it really easy to use. Whilst it may be possible to achieve...
Hi @benleis1 , just fork the project and create an MR from the fork. Would be very interested in this.
Thanks for a great package, I am now using it daily. I second the icon idea, it would be great.
ARGH! I'm really sorry @zackgalbreath, I deleted the project to try to solve my other issues [1]! However, I do have a few other clang-cl builds [2], [3]. The builds...
Hi @zackgalbreath, I can now fairly reliably reproduce this problem, as my clang-cl builds are now a bit more mature. I wonder if you can take another look at this,...
By the by, I just did a push that suppressed most of the warnings, so any builds after this one won't have them - but if required I can revert...
Aha! Thanks a lot! I'll have a look at the regexes; I take it the problem starts before build.xml right? E.g. it won't help if you attach the file?