Christoph Wempe

Results 106 comments of Christoph Wempe

I don't think you can prevent someone from writing down the words on paper. 😄 But I would support an anti-cheat solution. I was thinking of something like this: There...

Looks like it is not as easy to manipulate the colors as I expected. I just know a little html and css. But I cannot find where the color of...

A lock (or unlock) feature would be graet and solve my issue https://github.com/jbowens/codenames/issues/136.

@redm123 Thanks for the docker image. But to get it working I have to login to the container and manually start the collectd process. :( ``` docker exec -it collectd-fritzbox...

Nevermind. I just saw you added `collectd` at the end of your `docker run` command. I just changed my `Dockerbuild` to use `CMD collectd -f` at the end. It now...

I understand. Nobody wants their "-P mySecretPassword" to be exposed via a simple command. 😄 I am not sure how you can solve this. Maybe a second "remember-function". Like: ```...

I support this feature request. It would be great if the segment could be omitted if the env is not set. But of cause it would be nice to have...

Now I see: If I do not define `default`, the segment is omitted. So your changes are working as we wanted. Thanks. ~~I would suggest you create a pull request...

I just ended up here again and thought: "Why not google `powerline shell alternative'?". I found this: https://github.com/justjanne/powerline-go It looks quiet active with many merges and open PRs and a...

And here is a smaller project. https://github.com/chris-marsh/pureline > A simple but powerful Powerline style prompt for the Bash shell written in Bash script.