Sebastian Rahlf

Results 2 issues of Sebastian Rahlf

When running examples/text_width.py inside terminals with 135 or less characters in width, the following error pops up: ``` Traceback (most recent call last): File "text_width.py", line 22, in puts(columns([(colored.red('Column 1')),...

Bug - Verified

Just ran ``make`` on a fresh clone (67e9590) and got this as an error: ```bash $ cd src/ $ make GOARCH=wasm GOOS=js go build -ldflags="-s -w" -o ../_web/main.wasm cmd/game/main.go go:...