ThumbGen
ThumbGen
Indeed, I can confirm this, I was always using such a converter, that's why it always worked for me (in Release as well)
I got it running by applying 2 fixes to the scripts (need just to build, brand and create MSI): * single-build-desktop.bat line 166, APP_NAME_SANITIZED has to be used for the...
Oh, it seems the OEM_THEME_DIR just got removed in 'master'. The solution above works just for
single-build-desktop.bat, line 166 `start "windeployqt" /B /wait %QT_BIN_PATH%/windeployqt.exe --%WINDEPLOYQT_BUILD_TYPE% --compiler-runtime "%MY_INSTALL_PATH%/bin/%APP_NAME_SANITIZED%.exe" --dir "%MY_QT_DEPLOYMENT_PATH%/" --qmldir "%MY_REPO%/src/gui" -websockets` single-build-installer-collect.bat, line 137 `start "copy sync-exclude.lst" /D "%MY_COLLECT_PATH%/" /B /wait cp -af "%MY_INSTALL_PATH%/config/%APP_NAME_SANITIZED%/sync-exclude.lst" "%MY_COLLECT_PATH%/"`...
Hmm, not sure what else is missing in your case, but we've managed to (internally) automate building and branding the client successfully. Be sure you have a proper OEM.cmake where...
We just populate the ETag and use it only for mid-air collision detection during save. I am tempted by Delta's offering on caching.
I am considering also "the other way around" in our case. Ditching our ETag (a shadow prop of type GUID, that we don't use for concurrency anyway), and using your...
A probably naive question... Isn't a http ping healthcheck safer and more lightweight? Ping api/health/checks/alarms at 15672 (as an alternative for those having the plugin activated, of course)
Isn't this fix disposing the singleton connection (if configured as per Readme recommendations)? Is the configuration suggested in Readme not addressing the issue? I am not near my dev machine...
Just to summarize: - using an automatically created and maintained IConnection is not wanted anymore (this is what v8.x was doing) - creating a new connection for every health check...