Franz Geiger
Franz Geiger
Apparently the status bar is only updated on issuing `cd` or `git` commands. At least I experience that the status does not update when I switch to a different window...
I love the idea of this project and appreciate the great defaults it gives me. Thank you. To make the project even better I propose to split the defaults into...
After updating this role today, an additional runner has been installed which I have not defined. The vars say: ```yaml runner_name: hiccup-notebook gitlab_runner_runners: - name: '{{ runner_name }}' tags: -...
After updating `gitlab-runner` from version 1.2.3 to 1.6.17 I see the following error: ``` FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict...
It appears that Firefox starts the native client from `$HOME` as the working directory. That leads to the script resolving the relative path host.js as `$HOME/host.js`. This fix prefixes the...
I am unable to connect Firefox with the native client because the path to `host.js` in the `run.sh` script is not found. This is the error message that I see...
When upgrading my local gradle setup to version 3.7 I noticed this warning: ``` The Report.enabled property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please...