Matthew Kennerly
Matthew Kennerly
@JPHutchins That's a separate issue with your custom format: ```toml format-jinja = "{% if distance == 0 %}{{ base }}{% else %}{{ base }}-dev{{ distance }}+g{{ commit }}{% endif %}{%...
Hi! Could you tell me which version of Poetry they're using and how they installed it (`pip`, `pipx`, etc)? And although the install worked, is the plugin actually activating when...
Hmm, that's strange then. I'm hesitant to change the instructions since I can't reproduce the issue. I'll leave this open for a while in case anyone else runs into this...
With Poetry 2.0.0, you can simplify this by using `tool.poetry.requires-plugins`: ```toml [tool.poetry.requires-plugins] poetry-dynamic-versioning = { version = ">=1.0.0,
Internally, these are really the same thing (either a full scan of all possible games or a partial scan of specific games). I think of it as one function: "show...
I've implemented this via filtering. This also lets you scan specific subsets of games: > https://github.com/user-attachments/assets/b15a4578-b87d-4416-9104-592e41c1f430
Yeah, this is a limitation with the current design. This should definitely be addressed, although it will be a bit delicate since this affects several interfaces. For now, I've updated...
Thanks for the suggestions :) > I usually don't care about disabled games and so I hide them when things are cluttered. I must first enable the filter, then change...
I've made a few adjustments here: * Moved the backup format/retention settings to the "other" screen to reduce clutter * Changed "select all" to "enable all", "deselect all" to "disable...
Hi! Yeah, Ludusavi doesn't have a good way of handling this right now. It would be a little better if you could define redirects only for specific games, but it...