Simran

Results 196 comments of Simran

For posterity, this setup works for me: _profiles\disable_vcpkg.cmake_ ```cmake set(CMAKE_VS_GLOBALS "VcpkgEnabled=false" ) ``` _profiles\windows_ ```conf [conf] tools.cmake.cmaketoolchain:user_toolchain+={{profile_dir}}/disable_vcpkg.cmake ```

Yeah, or should a remark be added to the docs specifically about this Conan + Vcpkg conflict? https://docs.conan.io/2/knowledge/faq.html#troubleshooting seems to lend itself for that

Thanks for the suggestion. The product management is aware of this and the request is already tracked in the internal tickets [APM-80](https://arangodb.atlassian.net/browse/APM-80) and [APM-82](https://arangodb.atlassian.net/browse/APM-82).

Related PR to improve the startup option description: https://github.com/arangodb/arangodb/pull/20876

The health check does not appear to work. Judging by the log, it seems like Directus is started while Postgres (`postgis/postgis:16-master` in my case) is still initializing. I suppose that...

@jsteemann Could the unique constraint error message be improved to mention the index that caused it?

| | | |---|---| | ![email-cog-outline](https://user-images.githubusercontent.com/7819991/205414386-7a87958c-b8e4-493e-b549-5536e7b698e8.svg) email-cog-outline | ![email-settings-outline](https://user-images.githubusercontent.com/7819991/205414387-fee341cd-e787-4f36-a4c0-13c8c9809e9c.svg) email-settings-outline | | ![email-cog](https://user-images.githubusercontent.com/7819991/205414389-ee545504-91fe-49c1-9344-e2f4afde02d8.svg) email-cog | ![email-settings](https://user-images.githubusercontent.com/7819991/205414388-48c293bb-c3de-4386-8396-9ba999aafecc.svg) email-settings

Most errors appear to originate from breaking changes in Qt 6. Please use Qt 5.15.2, as that is the version the code was written for and also the version used...

IIRC, `-DQt5_DIR=/path/to/qt` when configuring CMake for Olive. It seems that the path needs to point to the folder that contains `Qt5Config.cmake` but I'm not sure.

It does get picked up for me with `cmake .. -G Ninja -DQt5_DIR=/root/olive/custom_qt_install/lib/cmake/Qt5`. That folder contains `Qt5Config.cmake`. Does it pick a wrong Qt that is installed? It's possible that Qt5_DIR...