matthias

Results 18 comments of matthias
trafficstars

i do get colors using ``` $ python -c "print('\033[91mtest\033[0m')" test ``` there is really no text underneath the overementioned message.

actually, @tterranigma the post had some right ideas. I added the following: ```bash USER igor # activate color terminal ENV TERM xterm-256color RUN sed -i -e 's/^#force_color_prompt=[^\n]*/force_color_prompt=yes/' ~/.bashrc ``` sourceing...

with `ENV TERM xterm-256color` ```sh $ echo [ $(tput colors 2>/dev/null || echo 0) -ge 16 ] [ 256 -ge 16 ] ``` without setting any ENV: ```sh $ echo...

same here. while installing `protobuf-to-dict-0.1.0.tar.gz` on debian8 via pip the error was raised. upgrading six from six 1.8.0 to six-1.10.0 solves the issue: `pip install six -U`

Your MoveToFort and FollowSpiral Tasks seem not to be working. So you probably are not walking to Forts to spin anything. - Try spawning directly at a fort and see...

Both urls should work just fine. Please see, if you can access [steamstatic](http://repo.steamstatic.com/steamos/pool/main/s/steamos-compositor/) and [steampowered](http://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/) on a browser. Both repos sources worked just fine today: ``` ▶ STEAMOS_COMPOSITOR_VER="${STEAMOS_COMPOSITOR_VER:-1.35+bsos1_amd64}" STEAMOS_MODESWITCH_VER="${STEAMOS_MODESWITCH_VER:-1.10+bsos1_amd64}" STEAMOS_PLYMOUTH_VER="${STEAMOS_PLYMOUTH_VER:-0.17+bsos2_all}"...

seems like your pi was offline during the error. can you ping to google?

I didn't know that ip belonged to google. A simple `ping www.google.com` also does the job. your last output ist stating something related to `protobuf-to-dict`. Just a guess but have...

Now I'm getting the message too. The `0x9c` char seems not the problem. I got error messages regarding that char previously a lot. Don't know if/why it matters. The core...

> This is already in the develop branch actually, the (main) version for hamster-gtk on develop is left unchanged: https://github.com/projecthamster/hamster-gtk/blob/6b5d106e05a470b3a76ca078a1d96ec8d4a5b894/setup.py#L26 To get the pip version working, there needs to be...