PolyacovYury

Results 16 comments of PolyacovYury

Appreciate the effort that went into this. But... https://github.com/PolyacovYury/PYmods/tree/master/res/configs/PYmods/RemodEnabler/remods/WG_styles

They are present in the code, just commented out for some reason ;)

Did a similar thing locally. Commented out the lines 915-919 in bot.py and changed the if statement on line 196 in player.py to contain `and entry.url not in self.bot.autoplaylist`. This...

Did some research. The issue only presents itself if you shift-click a *held* item into an Anti-Barrel with AstralSorcery installed. Cause: AS changes its AmuletHolder capability every tick. The held...

Just encountered this. My use-case was to pass `--quiet` from `python -m build` call. First there is an issue with build itself: passing `-C--global-option=--quiet` *once* causes an error, since `config_settings['--global-option']`...

> I think the first part of the problem you described was solved in https://github.com/pypa/setuptools/pull/2876, wasn't it? Looks like it was, yes. Might need to update my venvs then, but...