Moritz

Results 15 comments of Moritz

I might also add, that I cannot turn the flash off at all when testing on my OnePlus 9 Pro in Chrome.

Anything new on this? I am experiencing the same issue after pulling the current main branch.

Any news on this? I would really like to be able to round caps in donut charts too and looking at this it looks like it's pretty much solved and...

Yes for sure. Thats what I proposed too actually. My initial idea would simply be an optional boolean named something like `logDebug`. If it is null we only log if...

I successfully worked around this by adding `-Wno-error=deprecated-literal-operator` to `linux/CMakeLists.txt`, so that the corresponding section looks like this: ```CMake function(APPLY_STANDARD_SETTINGS TARGET) target_compile_features(${TARGET} PUBLIC cxx_std_14) target_compile_options(${TARGET} PRIVATE -Wall -Werror -Wno-error=deprecated-literal-operator) target_compile_options(${TARGET}...