Juha Jeronen
Juha Jeronen
### Describe the bug The Python examples in [the wiki docs](https://github.com/oobabooga/text-generation-webui/wiki/12-%E2%80%90-OpenAI-API) are out of date, and crash with various errors. For example: - *Python chat example*: crashes mysteriously, actually due...
https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching I almost missed the AST implications of this. Check if we need to change something - sounds like at least the unparser will need some new cases.
**Introduction** At the time of this writing (September 2024) `mcpyrate` is still a small single-maintainer project. The fact is, software is never done. It can be *outdone* by a newer...
Python 3.8 reaches EOL in October 2024. Purge its version-specific quirks from the codebase, if any remain. This ticket is mainly a reminder to self to check this before release.
As of September 2024, `python setup.py install --user` is deprecated. `mcpyrate` installs from PyPI just fine, but local installation should be migrated to newer build conventions. Documentation should also be...
The migration seems more complex than necessary. Waiting until someone writes an ELI5 migration guide. An added point of complexity here is that we need to build the wheels either...
There have been some recent changes to the Python AST: - Python 3.10: `match`/`case` (pattern matching, now a native Python feature) - Python 3.11: `try`/`except*` (exception groups) - Python 3.12:...
Python 3.8 reaches EOL in October 2024. Purge its version-specific quirks from the codebase, if any remain. This ticket is mainly a reminder to self to check this before release.
A card/board game missing from the list: **Adventures in Equestria Deck-Building Game**. Overview at BGG: https://boardgamegeek.com/boardgame/358558/my-little-pony-adventures-in-equestria-deck-buildi Developed by Renegade Game Studios: https://renegadegamestudios.com/my-little-pony-adventures-in-equestria-deck-building-game/ No affiliation, I'm just a player.
Thanks for the library. Nice approach. The documentation is currently missing a complete working usage example, as well as instructions how to run the scorer on GPU (with CUDA). Here's...