Anton

Results 62 comments of Anton

I have the same error but not with facebook. I used my spotify email spotify pass copied token from site caught this error

> You could use custom drawables to enable font selection on top of cv-plot Yep, I tried this firstly but it looks like a bit overhead because in this case...

> Why not also adding font size, color, alignment, padding, latex,...? I added another font for unicode support, not for another visual effects

Why not to use official conan docker images? You hardcoded conan version in dockerfiles. Maybe it's better to install conan via pip without any hardcoded values

Postgresql-extra feature with gssapi (https://github.com/userver-framework/userver/blob/develop/postgresql/pq-extra/CMakeLists.txt#L17) cannot be enabled with conan due to https://github.com/conan-io/conan-center-index/issues/4102

Do you really wanna break existing users cmakelists with this changes? Looks like if i use ```find_package(QXlsx)``` cmakelist will be broken with this changes

> Sure, CMake support was just recently added and such change makes it future prof for Qt7 as well, this project has no API/ABI guarantees so if one is to...

> relying on QXlsx::QXlsx-qt6 target won't help if both are installed but find_package finds the qt5 first, this is even the case for Qt it self that if you have...

@DarthGandalf i looked through your changes and have a question. Can i use ```find_package(QXlsx5)``` or ```find_package(QXlsx6)``` and link against target ```QXlsx::QXlsx``` or not? I think this should be mentioned somewhere...

@DarthGandalf thank you! It looks great. Can you add something more to docs for cmake? I mean cmake provide to use library without direct instaling https://cmake.org/cmake/help/latest/module/FetchContent.html How it was mentioned...