Jackson Oursland

Results 124 comments of Jackson Oursland

I believe the culprit is here: [`src/Gui/Dialogs/DlgAbout.cpp:AboutDialog::showOrHideImage():206`](https://github.com/FreeCAD/FreeCAD/blob/d427162d976b5724c4bd9a985fc16fb898dc4697/src/Gui/Dialogs/DlgAbout.cpp#L206). In the packaging on all platforms, the binaries are renamed `freecad` and `freecadcmd` in lowercase, which is likely the reason this is displayed...

@FreeCAD/maintainers could someone add the label "Good first issue" to this issue?

That's only specific to case-sensitive filesystems, which is not the default for Windows or macOS.

@filippor It appears that the current state of the PR is for a daily build and push to Copr. The title of the PR is for this to be run...

Thanks! It really looks like that [packit](https://packit.dev/docs/guide#github) tooling could be quite valuable! Devs have been requesting per-PR packages for testing and this seems like a good approach, at least for...

We recently made a change to the `Conda Windows Debug` builds to use the [`RelWithDebInfo`](https://github.com/FreeCAD/FreeCAD/blob/main/CMakePresets.json#L280) configuration. Would it be preferred to make a similar change to the `Debug` configuration when...

Yes, FreeCAD. I see now that this issue is specific to LibPack.

If `FREECAD_USE_CCACHE` is false, then `find_program(CCACHE_PROGRAM ccache)` is never called.

> I also think this is the wrong way if we want to do soft forks of other repositories, like coin, occt or similar as rebase won't be possible. No,...

I am not in favor of transferring ownership. This PR brings in the OndselSolver, including all commit history, into the Assembly WB. Organizational history, including issues and PRs, remain within...