jo!
jo!
Also reqwest has not updated to http 1.0: https://github.com/seanmonstar/reqwest/pull/2059
Here's my best attempt at getting it working on hyper/http 1: https://github.com/j0lol/activitypub-federation-rust I had to remove actix (for now) and tests fail because of reqwest but it seems to work...
whoops wrong repo sorry (also it double posted for some reason?) :p
edit: nvm i thought the project64 dockerfile was on a different repo im dumb sorry
I haven't tried running other containers since I've never really used docker on this system :p > What version ``` $ docker version Client: Version: 19.03.12-ce ``` > Do you...
Thanks for the help! I'll reboot to fix that permissions error soon, but for now i'll just run it like this. ``` $ sudo !! sudo docker run -it --rm...
oh thats my fault! whoops
alright, it seems to be running? doesnt seem to make a window though. command: ``` docker run -it --rm \ -v $XDG_RUNTIME_DIR/pulse/native:/run/user/1000/pulse/native -e PULSE_SERVER=unix:/run/user/1000/pulse/native \ -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY \...
nope :) using X
``` $ echo $DISPLAY :0 ``` hm i set it explicitly here: ``` $ docker run -it --rm -v $XDG_RUNTIME_DIR/pulse/native:/run/user/1000/pulse/native -e PULSE_SERVER=unix:/run/user/1000/pulse/native -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY -v ~/Games/N64:/home/wine/.wine/drive_c/N64 -v ~/.config/project64/config:/home/wine/.wine/drive_c/Project64/Config...