Daniel Brooks
Daniel Brooks
Thank you :) As an aside, you might also be interested in the [interactive behavior](http://db48x.net/reposurgeon/repl-demo-4/). I don’t think I this player can reproduce sixels though!
Also, `:groups` should actually be `:group`.
Actually, a simplification would be to just use the top level directories as branch names.
work in progress: https://github.com/db48x/merge-this/tree/svn-support
I've noticed that the prices are wrong in an interesting way: 12u length: https://steamcommunity.com/sharedfiles/filedetails/?id=2352066994 13u length: https://steamcommunity.com/sharedfiles/filedetails/?id=2352067104 Some aspects of the price (such as slopes) accumulate for every segment, but...
I have `tls_letsencrypt_hostname` set to `"vpn.core.headline.com"`, and `tls_letsencrypt_listen` set to `":81"`. Nginx is already listening on port 80, so it is configured to proxy any request with `Host: vpn.core.headline.com` to...
Now I am more confused. I left it sitting there for a while and when I returned: ``` … Sep 01 07:17:22 vogar headscale[3350371]: 2022/09/01 07:17:22 http: TLS handshake error...
I’ll give it a go on Monday. Which of the most recent changes are most relevant? The websocket warnings? The timeout?
Ok, I’ve got alpha2 installed, but it isn’t working at all. It’s supposed to listen on :8080 (`listen_addr: 0.0.0.0:8080`), but it isn’t. Is that #799?
When I run it, it does not open a listening socket on the `listen_addr`, so nobody can join. I believe 799 already covers it, so I reverted to the previous...