Frank Dietrich

Results 28 comments of Frank Dietrich
trafficstars

Hi @pjfarleyiii if you need some starting point for the "how do I contribute". Maybe the following reading could help to find it. https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project https://github.com/firstcontributions/first-contributions After you have forked this...

Could you explain what you want to achieve? It would work like ``` from colorama import Fore x = input("please enter the" + Fore.BLUE + " blue key" + Fore.RESET...

Assuming your repository to work on is a subdirectory of your current directory and is named `my-repo-folder-name`, then you could run `bfg` as ``` bfg --delete-files "id_{dsa,rsa}" my-repo-folder-name ``` It...

Why do you not clone the submodule as a regular repository and do the amendment there?

In your playbook you should override the setting for `jenkins_home`. Based on the error you posted I assume you are installing it on Ubuntu. If you want to use the...

@PySimpleGUI > I could use a hand with the markdown if anyone is so inclined to help with the formatting of that page. I would like to help fixing this...

> I'm interested in the technique you would choose to fix the problem. To update the `screenshots_demos.md` I just executed. ``` sed -i -e "s#Chr0nicT#PySimpleGUI#" -e "s#DemoPrograms/Markdown_Project#images/for_demo_screenshots#" screenshots_demos.md ``` If...

@amandel According to the documentation [1] the SoftAP MAC is +1 to the base MAC (which is returned by ESP.getEfuseMac()). Which would be the valid case for the OpenBikeSensor. The...

Build failure reason is ``` ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, \ the 'SONAR_TOKEN' environment variable, or contact the project administrator ```

> Thanks for this PR! Since it will change the SSID of the OBS that are currently in use, Valid point. I did not considered this impact. > we should...