Rodney
Rodney
> I think I commented off-thread about a concern with forcing Qt RCC to v1 and wanting to know if this was a known deficiency to Qt (i.e., in a...
> Could we not [set the environment variable early via CMake](https://cmake.org/cmake/help/v3.26/command/set.html#set-environment-variable)? I suppose it is not something that needs addressed now, I'm just wary of pinning on an old version...
> If a plugin does not have confit_set_default..., 0 is assumed as the default. However this PR only changes config_set_default... APIs so that the assumed 0 won't be written. Correct,...
~~Added a commit to save most settings even when the widget didn't change. This just makes the code a little nicer and together with #8229 the impact should be negligible,...
> Is this something to be done in this PR, or is this something you're looking to do in a follow-up PR? No, that would be a separate undertaking that...
PPC support in OBS was added for POWER9 workstations (i.e. `ppc64le`), it's not expected to run or even compile on older PPC architectures, especially not the long-obsolete 32 bit ones.
This will be fixed by #8142
I think there are two ways to keep offline docs working: - Only use extension-less links on `workflow_disaptch` or `tags` so normal pushes create regular docs - Generate second set...
Updated based on @WizardCM's and @RytoEX's feedback so that the workflow generates a separate artifact for CF pages and the normal artifact remains locally browseable.
> Artifact has HTML files, though the version in the docs is seemingly outdated. The step to update the version number doesn't run for PRs. Not sure why that was...