Stella
Stella
Steps to reproduce ------------------ 1. On smaller models, the `Recognizer.recognize_vosk` method is pretty fast, but when I use a bigger model, it slows down significantly. 2. I copy paste the...
```python try: me = singleton.SingleInstance() except tendo.singleton.SingleInstanceException: sys.exit(0) ``` For some reason, this code produces an error when exiting the program. ``` Exception ignored in: Traceback (most recent call last):...
This PR attempted to implement #1743. The routes that are given by `shapes.txt` can be inferred even when you don't have `shape_dist_traveled` via haversine formula or point from line formula....
The command for `run`, if you click "Run Again", it will edit the message, but it never responds to the interaction via `interaction.response.defer`. I've noticed this for quite a while....
### Summary When you use HelpCommand.add_check, and set to bot.help_command, it overwritten ### Reproduction Steps 1. initialize the help command without `checks` kwarg 2. use HelpCommand.add_check, i.e in init or...
When creating a new database, running the bot without any server in the database would throw a division by 0 exception. As shown below. ``` 10:33:04.939 [servertracking-mainloop] ERROR com.vauff.maunzdiscord.core.Main -...
**Description** Mobile Authenticator raise a NoneType error on attempting to login with cli_login **Steps to Reproduce the behavior** 1. Set username and password on the constructor 2. use cli_login 3....
It is extremely common to override the SimplePaginationView just to change the emoji, so better to separate them so people can use the barebone class and put their own emoji...
Extremely common to use discord.utils.as_chunk with inline_pagination, literally just combine them.
Using inline_pagination + SimplePaginationView with cache_page=True results in an error if it caches the initial message kwargs into the message.edit