Joshua Cold
Joshua Cold
https://user-images.githubusercontent.com/36175703/184980161-019b9a71-33ca-40d4-8a28-ff0bce80bf0f.mp4 Seems to work, even if I set `jenkins_url` to a bad value
You configuration snippet is fine. just got it to work with it applied. maybe you need the `:set ft=Jenkinsfile` to get `cmp` to use it? Do you have `Jenkinsfile` as...
The desktop binary has trouble displaying information on my machine ``` docker run -ti -e "http.cors.enabled=true" -e "http.cors.allow-origin=tauri://localhost" --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.17.6 ``` Im connected,...
how about this work around? For me when I want to `yadm add` something its because I added a new config file that's untracked. for everything else that is tracked...
To move this along I made a pull request https://github.com/TheLocehiliosan/yadm/pull/417 From there we can look into improving the completion script to something ideal for everyone.
Closing. Covered by https://github.com/joshzcold/Cold-Family-Feud/pull/57 now it doesn't matter the amount of final round questions. game creator can create as many questions as wanted and the final round screen displays them...
Close by: https://github.com/joshzcold/Cold-Family-Feud/pull/63
Im digging into this to see if testinfra would work for our setup. current issue is that testinfra gets its data from the `ansible-inventory -i % --list` command which doesn't...
Something like this could probably make those resolve `ANSIBLE_VERBOSITY=0 ansible localhost -i inventory -m debug -a 'msg={{ hostvars }}'`
@divansantana I just got over this problem by creating a wrapper script around `py.test` and invoking the ansible api to return the results of `set_fact` https://gist.github.com/joshzcold/d99993400ae0cce77041a74f5a06e081 Im sure this could...