Wu Yongwei
Wu Yongwei
I guess you may start from the examples. Places to start: https://github.com/adah1972/libunibreak/blob/master/tools/linebreak_test.c https://github.com/adah1972/breaktext
You need to be more specific: test code, compiler used, etc. FYI: I am using cpptoml without problems in Visual Studio 2017.
Are you sure it is VS2013? I do not see such problems. Anyway, VS2013's support of C++11 is not good enough to make cpptoml work. I see it report errors...
It seems I misunderstood something. The real requirement is only that the executable is compiled with `-g`. I see that I can left-click and choose showing the source file now....
Maybe, the logger simply should not rely on other static objects that can potentially be created after the logger? Those objects should be created on the free store and be...
I was saying that other global/static objects should not have lifetime issues with the logger object per se. And I believe it is doable.
It seems the key might be replacing Miniconda with Miniforge. I failed with Miniconda on Ubuntu 20.04, but using Miniforge worked.
@abrarfahim19 Do not use Conda. Using Miniforge solved the problem for me on Ubuntu.
This seems fixed already? It works for me now. Anyway, I reproduced the problem on an older version. It seems a parser issue, and there is an easy workaround: just...
The Windows command prompt console does support `termguicolors`. The vim help writes: ``` For Win32 console, Windows 10 version 1703 (Creators Update) or later is required. Use this check to...