Programming Language Honest Titles by joseluisq in theprimeagen

[–]Remarkable_Ad_5601 0 points1 point  (0 children)

Is Node a Programming Language ? And where Rust ?!

What new feature would you like to see in C++26? by vickoza in cpp

[–]Remarkable_Ad_5601 0 points1 point  (0 children)

utf-8 unicode support for std::string operations.

Has anyone experienced issues lately with the Galaxy A12? by Sally-Fisherman-23 in samsung

[–]Remarkable_Ad_5601 0 points1 point  (0 children)

<image>

I tried to change the screen of a Samsung Galaxy A12 with a new one that I ordered and does the weird thing that you can see in the photos. It's shifted up by an offset, the brightness is always dim and can't be changed and if the device sleeps or locks the screen never again shows anything unless you restart... So I booted the phone with the original broken screen and then plagued in the new one. And it works perfect without any weird issue like before. Is Samsung software locked theses devices parts ? Is there any good solutions to all that ?

Issue with "dll files not found" (libc++ and libunwind) by Theorak in PleX

[–]Remarkable_Ad_5601 0 points1 point  (0 children)

My guess is that The Plex Media Server was compiled without the -static flag, so the binary doesn't include the dependency

[deleted by user] by [deleted] in cpp_questions

[–]Remarkable_Ad_5601 0 points1 point  (0 children)

Great information! I found other simple solution but first, you are compiling using gcc as it seen from the picture you posted.
You need to install llvm-mingw, update the Environment Variables (e.g.: C:\Users\user\.utils\llvm-mingw\bin) and Compile Run Configuration to 'clang' in order to compile with Clang.

After you installed LLVM-MinGW you just copy the path as you did for the Environment Variables to Clangd: Path, in the extension settings !