Raqbit

Results 23 comments of Raqbit

Perhaps this should be handled in `ExceptionRenderer` instead of in each transformer separately (like it is done right now in `_format_exception`)?

I've created a reproduction repo here: https://github.com/raqbit/uv-scripts-repro/ The `run_all.sh` script attempts to run the project in three ways: - Using `python -m foo` - Using `./.venv/bin/foo` - Using `uv run...

> https://github.com/Alex-the-666/AlexsMobs/blob/4b7aafac950c0aaba5ddef6c692aafc0678eaf0a/src/main/java/com/github/alexthe666/alexsmobs/item/ItemTarantulaHawkElytra.java#L52-L57 > > It seems to need to check for Unbreaking here. I checked this in more detail, and it appears the code for applying unbreaking (`DigDurabilityEnchantment#shouldIgnoreDurabilityDrop`) is giving...