Jackson Oursland
Jackson Oursland
Looks like there were some missing command-line arguments in the implementation of `codespell.py`. I have added them in PR https://github.com/FreeCAD/FreeCAD/pull/21127.
The location of the current QuickLook plugin is here: https://github.com/FreeCAD/FreeCAD/tree/main/src/MacAppBundle/QuickLook This is installed into the `Contents/Library/QuickLook` path within `FreeCAD.app` by this `CMakeLists.txt`: https://github.com/FreeCAD/FreeCAD/blob/main/src/MacAppBundle/CMakeLists.txt Is it possible to adapt this to...
It's been corrected upstream. This patch will get you past that. ``` diff --git a/cmake/find_or_download_dependencies.cmake b/cmake/find_or_download_dependencies.cmake index f0708c83..75e5548f 100644 --- a/cmake/find_or_download_dependencies.cmake +++ b/cmake/find_or_download_dependencies.cmake @@ -75,7 +75,7 @@ function(find_or_download_dependencies) ######################################## -...
Unfortunately, that's not possible at this time as the underlying dependency packages are not available. See: https://github.com/conda/conda/issues/11472 and https://github.com/conda-forge/conda-forge.github.io/issues/1940 Hopefully this will change in the future.