Daniel Kříž

Results 24 comments of Daniel Kříž

I have to admit, that I have been only working on projects that didn't use include directory. So thanks for pointing that out. I am going to try to look...

I couldn't find anything trustworthy enough to support my claim "that it is much more common and standard". But I still think, that it should be changed to `#include "foo.h"`...

Yet even on complex project you don't really have to use the include directory. (But it is convenient for some use cases, for example if you are including some other...

> I know Qt uses in-place headers; however, personally I have found it's best to always separate out my headers into public and private includes: > > ``` > includes...

Restarting the build really usually worked, but I run into totally new thing, i get this error every time i start a new build (even after calling `make clean` and...

Just this particular error, but after some times (kernel compilation is very long) it again threw that error, but much much later. Unfortunately no matter how many times I restarted...

My main suspect is clang, because I have two system fedora 34 with clang 12 and Ubuntu 18,04 with clang 11. On Fedora the bug happens very often and even...

I don't know how does the treesitter grammar work, but you would point me out. I would like to help resolve this.

This workaround doesn't seem to work on virt-columns specified in plugins config (with `virtcolumn = {'values'}`). I tried some really dirty fix with setting `char = ''`, but that seems...

It has been merger, therefore I am closing this issue, thank you everyone for great discussion.