Sebastian
Sebastian
Yes i mean these vertical bars. And the background color is not the same (light green) for the area in the middle.
I have not found a way to get gcc printing the tokens. But clang has an option to output tokens: ``` $ clang test.c -Xclang -dump-tokens identifier 'Testsuffix' [StartOfLine] Loc=...
I have built Cppcheck 1.89 dev via `CXXFLAGS="-fsanitize=address -Og -g3" make cppcheck` and run `./cppcheck --check-config gui/` and `./cppcheck --check-config ./`. So it looks like there is no longer an...
Yesaterday we suddenly observed new eslint errors in our (unchanged, only rebuilt) code. It took us some time to find out that `@grpc/proto-loader` 0.7.11 caused it. Errors look like this:...
I have adapted the imports, but now I am getting even more of these errors. Currently we are using typescript 4.9.5. I have updated it to 5.4.3 because I saw...
Since asterisks can reveal password length I think many authentication processes especially under Linux do not echo them. It would be totally fine if someone adds an option that enables...
Just wanted to say thank you for finding / reporting this bug and all the info about it. We are also suffering from this and whatever we have tested we...
Would be really great if this change could make it into the next release. We compile everything with C++20 and statically link abseil, protobuf, grpc,... into our software. So it...
@dependabot rebase