CoolCat467
CoolCat467
Yes, let me try to go find it. I was meaning to find the link to this the other day but it was getting a bit late.
Here we go, this file from forge explains everything pretty well: https://github.com/MinecraftForge/MinecraftForge/blob/42115d37d6a46856e3dc914b54a1ce6d33b9872a/src/main/java/net/minecraftforge/network/ServerStatusPing.java
If you would like I could make a pull request adding the previously linked decoder module I've made, but I'm not promising to do anything beyond that.
Oh wait it looks like that got handled as a part of https://github.com/py-mine/mcstatus/pull/578
Yea, looks like I didn't do a `closes #566` in that pull request
Reading [the docs page about `run_process`](https://trio.readthedocs.io/en/stable/reference-io.html#trio.run_process), it is implied that on unix systems, processes are sent the `SIGTERM` signal and after 5 seconds `SIGKILL` is sent. If you want to...
This is because eventlet does some nasty monkeypatching stuff and replaces signal handlers with its own
Would using a weak reference not be acceptable?
Kind of self promotion to be honest so sorry to derail if so, but https://github.com/python/mypy/pull/18615 is adding my mypy daemon based extension for the IDLE text editor to the Popular...
Also isn't too big, would be interested in seeing https://github.com/python/mypy/pull/19337 go through, fixing dmypy suggest when specifying absolute paths on Windows machines.