Michael Lazar
Michael Lazar
Thanks for the suggestion! I was thinking about letting users apply fertilizer to other plants in the same vein. One thing that I want to be careful of though is...
``` __.....__ .' ':, / __ _ __ \\ | |_)) || |_))|| | | \\ || | || | || _, | ||.-(_{} | |/ ` | ,_ (\;|/)...
I'm thinking it may be more interesting to make the graveyard random. You "stumble" across the random grave of a random player's plant.
For now I setup a cron job to kill off old containers ``` 0 0 * * 6 docker kill $(docker ps -a -q) ``` It will kill *all* containers,...
Just a random vibe that I had that I thought would be fun to try to reproduce 
Hey! You probably need to use a tab character (`%09`) instead of a question mark to indicate the search string. e.g. `/osm.pyg%0910%2C10` Some web-based gopher clients (I know lynx does)...
> I seemed to recall `cURL` which NetSurf uses actually converted the `?` into a tab by itself, but I guess either it doesn't anymore or… At least it does...
Hey! The expected behavior is that the server will block until the status line is received from the CGI script, and then it will unblock and allow the rest of...
Yes I believe that's true
Hey, I just merged some fixes for python 3.12 here: https://github.com/michael-lazar/pygopherd/pull/12 I haven't tried it out on a live server yet, but the tests are passing at least. Give it...