CoolCat467

Results 121 comments of CoolCat467

Ooo that's useful. Maybe keep this but with the option to disable it in config for servers.

People can already break "unbreakable" blocks other ways without mods though with various methods

What if there was a every expensive card that allowed it to mine anything? Like, needs tons of wither stars or something?

Would software-hooks be a viable option, or would implementing hooks on top of current system potentially lead to loss of extremely quick signals? If the program is structured well and...

A better solution than link in the search bar would be a dedicated menu for add mod from link or something, because otherwise every time someone searches something the system...

Updates: - Mypy version used: dmypy 1.10.0 Traceback: ``` /dmypy suggest crash.py: error: INTERNAL ERROR -- Please try using mypy master on GitHub: https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build Please report a bug at https://github.com/python/mypy/issues...

> Are we sure the Windows segfault is this? No, the logs expired for that one. EDIT: Issue comment where I mentioned this particular segfault: https://github.com/python-trio/trio/pull/2724#issuecomment-1657099912

We had another one in https://github.com/python-trio/trio/pull/2972, https://github.com/python-trio/trio/actions/runs/8579945946/job/23515500181#step:5:1232, have we updated pypy or anything?

Or add a `from __future__ import annotations` import at the top of the file. This error is a result of pep 604 unions being used for type annotations, which is...