Michał Siedlaczek
Michał Siedlaczek
@ifreund tried setting the variable as well, and also still having the issue.
I also tried `QT_WAYLAND_DISABLE_WINDOWDECORATION=1` but same problem.
@ifreund thanks for investigating. Is this something that should be reported to QT as a bug then?
> On another subtopic, after some quick tests I've also found that using thread_local adds a slight speed penalty, can it be? If so, is its use essential when decoding?...
I performed some experiments on CW12B. I used CIFF query-only index, exported to PISA, then ran BMW with and without the changes in the related PR. I used Web Track...
@skrawcz Yeah, this is essentially what I was thinking of. Again, this is nothing crucial in the sense that it doesn't provide a new functionality. To me, it makes sense,...
I'm experiencing a similar thing; I noticed that I get this error when I add `"type": "object"` to any of my schemas.
Something I missed initially was that the address sanitizer issue was not when reading index but during testing specific encodings, where there is no buffer padding. So the solution is...
This has been done when revamping text analysis, this function uses `EnglishTokenizer`, same as when using HTML documents.