palapapa

Results 33 comments of palapapa

Even with light themes like `newsprint.css`, the border is still visible. It seems like the white border is always there, just not visible with most light themes.

You should stop using devc++ right now

那為什麼複製之後會變成「更更加精进⾃自⼰己的能⼒力力」而不是「更加精进自己的能力」?這是PDF的問題嗎

Another thing that "linked profiles" can achieve but symlinks can't is that I can have different `user` folders for different Minecraft instances. I need this because if some mods don't...

@HighCommand [Log.txt](https://github.com/clangd/vscode-clangd/files/10121848/Log.txt) As for the source file, a file with only the main function and `printf("", 1);` causes this issue, too.

I am using `compile_flags.txt` to set the `-nostdinc` flags etc. to override the headers because otherwise, clangd would always pick up the MSVC headers. And it's only a single file...

I recently changed from using TDM-GCC to mingw-w64 10.0.0 and this stopped happening. I wonder if that's related.

That gives: ``` In file included from d:\\Download\\main.cpp:1: C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../include/c++/12.2.0/iostream:34:9: warning: macro name is a reserved identifier [-Wreserved-macro-identifier] #define _GLIBCXX_IOSTREAM 1 ^ In file included from d:\\Download\\main.cpp:2: C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../include/c++/12.2.0/vector:56:9: warning: macro name...

Somehow by completely removing clang from my `PATH`, it worked correctly again. No errors were reported and the includes were correctly found. Here's the log: ``` I[21:41:08.818] clangd version 15.0.3...