thegamecracks
thegamecracks
### Operating System Info Windows 11 ### Other OS _No response_ ### OBS Studio Version Other ### OBS Studio Version (Other) Normally 28.1.2, but reproduced with 29.0.0-beta3 ### OBS Studio...
## Summary When a directory to be included by hatch is referred to by a directory junction/symbolic link that is seen before the directory, it will be unexpectedly missing from...
### Description I was doing a bit of looking around to figure out how `--force-reinstall` was handled, and I found this code snippet: https://github.com/pypa/pip/blob/46a342b4488853880cec62d73771b5870e416116/src/pip/_internal/req/req_uninstall.py#L74-L81 It says that in the event...
### Description According to the [Application Command Structure](https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-structure) reference, the default installation context is based on the application's "configured contexts", presumably meaning the contexts configured in the "Installation" tab on...
This fixes the server not gracefully shutting down when using `docker compose down` / `docker compose restart` due to SIGINT being ignored by `os.system()`. The script will gracefully shutdown with...
This fixes #51 by passing `remote_addr=` to `loop.create_datagram_endpoint()` inside `UdpClient.communicate()`, omitting the `local_addr=` argument for protocols that don't specify a source port or allow broadcasting. This PR may have side...
When trying to pass a domain name like `mc.advancius.net` on Windows to the RakNet protocol, the library does not receive any response and times out. This can be reproduced with...
This bumps the minimum Python version to 3.9 to prevent installing on older versions where the `dict[]` and `list[]` typehint syntax ([PEP 585](https://peps.python.org/pep-0585/)) is unsupported. Even if merged and released...
### Description of the issue On Minecraft 1.21.1 with Neoforge, when playing with Freecam and the Re:Animal mod (contained in the Craftoria 1.29.0 modpack), pressing F4 causes the game to...