Hamish Campbell
Hamish Campbell
I've also run into this. cmake is searching for the homebrew installed of sqlite3 in `/usr/local/opt/sqlite3` but it isn't present there. Changing this to `/opt/homebrew/opt/sqlite` lets my build proceed. (Apple...
Unclear if related, but it subsequently fails on: ``` CMake Error at /opt/homebrew/Cellar/cmake/3.23.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR) Call Stack (most recent call first): /opt/homebrew/Cellar/cmake/3.23.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /opt/homebrew/Cellar/cmake/3.23.2/share/cmake/Modules/FindPostgreSQL.cmake:269...
Same here. E.g. from `/data/` to `/item/1/comments#c5` State is pushed but no statechange raised.
This can probably be closed. We have good progress information now for clones, working copy creation, as well as LFS push/pull.
This continues to be an issue with 3.30.3 on MacOS
Hi Todd, I plan to when I have some free time, but free time is hard to come by at the moment, at least until the new year. I'll keep...
Note this was Kart as installed by the QGIS plugin. It looks like this is fixed with ``` kart.exe config --global core.pager "" ``