Thomas Klausner

Results 109 comments of Thomas Klausner

This now breaks stuff like e.g. testing ninja: ``` ===> Testing for py312-ninja-1.11.1.1 Traceback (most recent call last): File "/usr/pkg/bin/pytest-3.12", line 8, in sys.exit(console_main()) ^^^^^^^^^^^^^^ File "/usr/pkg/lib/python3.12/site-packages/_pytest/config/__init__.py", line 206, in...

Hm, I only use black-on-white terminals but it seems it selected the dark theme - at least some lines were unreadable if the cursor was not on them.

Sure. Apple Terminal -> ssh -> tmux with TERM=screen-256color [Config file](https://github.com/mrusme/neonmodem/files/13920656/neonmodem.zip)

I tried uploading the toml file, but the github file selector didn't allow that. So I zipped it up and that worked. I now renamed it from `neonmodem.toml` to `neonmodem.txt`...

Thanks for looking at this! Editing this file will probably work, but I'll have to read all of it to guess which settings will affect which line, which stopped me...

I don't know, I don't speak gemspec, sorry.

Thanks, that helped! Now I see ``` # github.com/BigJk/end_of_eden/cmd/game_win /usr/pkg/go121/pkg/tool/netbsd_amd64/link: running gcc failed: exit status 1 ld: cannot find -ldl: No such file or directory ``` On NetBSD (and macOS...

I'll just keep on adding stuff here, let me know if you want different tickets: * I ran `game` but it needed assets installed under a relative path. Do I...

Hm, I tried building ebiten 2.6.3 (the one that's currently used by end_of_eden) and didn't get an error. How can I find out which dependency wants to add `-ldl`? (ebiten...