Ginger Old

Results 105 comments of Ginger Old

That's unfortunate, I actually feel a self-contained build system is what modern c++ needs the most and where go|rust really had some advantages ,i.e. the so-called modern build environment(cargo, go...

"With how many build systems there are out there, especially those used by C/C++ projects", this, is one of the biggest pain point for c++. We had way too many...

clangd still could not support c++20 ranges, in fact clang tools are behind c++ by quite a bit(comparing to gcc), can ccls work well with newest c++ these days comparing...

yes I added a c++20 flag to clangd and now it works, you're correct. clang is behind gcc on c++ new features(c++20 etc) is what I meant. thanks!

I changed line 111 from == 0 to ``` if (minunit_real_timer

I agree, just add why this happens: pandoc converts html to markdown and if an image has a long line, pandoc will break it into two lines and cause mdcat...

I just updated the package.json to electron 5.0.0 and it seems work fine

same issue here, why gcc-9/10/11 are all failing?

> whats the point of using this possibly with less features library instead of libcurl libcurl is a client-side httplib, this is a server-side httplib which is quite different, am...

same issue here, I have two A40(A100 40GB) and it's reported out of CUDA memory so I had to use '--device cpu' instead to run omegafold. on the other hand,...