Jacob Oursland

Results 22 comments of Jacob Oursland

The `actions/checkout` and `actions/upload-artifact` workflow references are present in the following workflow files: * .github/workflows/CI_cleanup.yml * .github/workflows/sub_buildMacOSCondaApple.yml * .github/workflows/sub_buildMacOSCondaIntel.yml * .github/workflows/sub_buildUbuntu2004.yml * .github/workflows/sub_buildUbuntu2204Conda.yml * .github/workflows/sub_buildWindows.yml * .github/workflows/sub_buildWindowsConda.yml * .github/workflows/sub_lint.yml *...

The `actions/checkout` and `actions/upload-artifact` workflow references are present in the following workflow files: * .github/workflows/CI_cleanup.yml * .github/workflows/sub_buildMacOSCondaApple.yml * .github/workflows/sub_buildMacOSCondaIntel.yml * .github/workflows/sub_buildUbuntu2004.yml * .github/workflows/sub_buildUbuntu2204Conda.yml * .github/workflows/sub_buildWindows.yml * .github/workflows/sub_buildWindowsConda.yml * .github/workflows/sub_lint.yml *...

To get this to compile with both Qt5 and Qt6, the incompatible changes should be wrapped in version checks, such as: #if QT_VERSION < QT_VERSION_CHECK(6, 5, 0) // Qt5-compatible code...

@alacuku @hazcod Docker for Desktop's kernels are built via the [`linuxkit`](https://github.com/linuxkit/linuxkit) tooling. The artifacts, including the source code and development headers are stored in a Docker image at [`https://hub.docker.com/r/docker/for-desktop-kernel/tags`](https://hub.docker.com/r/docker/for-desktop-kernel/tags). A...

A member of my team has successfully built and installed Falco on Docker for Mac on Apple M1 using the kernel headers in the docker image.

@luzpaz Why? How could this be beneficial?

I am one of them, but have never encountered a situation in which different versions of OCCT has impacted my ability to interop between these two software packages. I can...

Thank you @mfraser, I have a better understanding of the issue. I think this poses some challenges for FreeCAD. There's been discussion on forking OCCT to address bugs that are...

I am somewhat familiar with the packaging system, although it is indeed maintained by @adrianinsaval and @looooo who are far more familiar. I believe until now, none of us knew...

Related is when CMake is installed after launching VS Code. An example that I frequently encounter is when using a `conda`-based project in which the `conda` package manager is responsible...