Vincent Besançon
Vincent Besançon
Same issue for me with release-it. Default settings are working but when using customized ` headerPartial` had to replace ` {{compareUrlFormat}}` as a workaround (example for Azure DevOps): ```handlebars [{{version}}]({{host}}/{{owner}}/{{repository}}/branchCompare?baseVersion=GT{{previousTag}}&targetVersion=GT{{currentTag}}&_a=commits)...
@jlec do you use a public cookiecutter template ? For this case, could you share the URL ? Thx.
Meanwhile, we have now a terraform binary installed globally on developers workstation (always latest) and we have switched to a Python virtual environment where we install the terraform binary and...
Same here, installed version 1.5.0-59 (Debian) and the URLs fetched are /api/v4/...
I'm using PuppetDB v2.3.7, modified the proxy pass like you have specified (thanks !) and adapted `dashboard_panels` to match the syntax (basically replace any `_` by `-`). My mistake was...
As a workaround, you can uninstall nvchecker with pipx then reinstall with: ```sh pipx install nvchecker --pip-args "--no-binary pycurl" ```
Thanks for the feedback. I'm definitively missing the Rpi 4 right now so that's not easy to test but interested in what you will find :+1:
I think the current X server is ran as "pi" user instead of "kodi" which is why you could encounter the error you got from Qt plugin loading. Please try...
Hum... did not tested yet on Kodi v18.4. There are some updates to the plugin layout, I guess. Currently, my Kodi setup is off and needs reinstall. Let me some...