tiltowait

Results 9 issues of tiltowait

I've generated a docset for Dash from [this repository's documentation](https://github.com/Pycord-Development/pycord), which uses Sphinx. While my docset works, I have two separate links to every class. For instance, if I type...

### Summary In 2.0.0, import errors in cogs are silently ignored. ### Reproduction Steps Simply add a cog with an error in the code body: import a nonexistent file, omit...

unconfirmed bug

I am trying to set an `EmbeddedDocument` as a value in a `DictField`, which according to #99 should work. However, when I do so, I receive the following error: ```...

Attempting to import redisworks on Python 3.10 gives the following error: ```py Traceback (most recent call last): File "/Users/tiltowait/r.py", line 3, in from redisworks import Root File "/opt/homebrew/lib/python3.10/site-packages/redisworks/__init__.py", line 2,...

### Summary `View.message` should be set when the message is sent via `Interaction.followup.send()`. ### What is the feature request for? The core library ### The Problem `Interaction.response.send_message()` sets the `View.message`...

feature request

### Summary The `SlashCommand.mention` property does not create a proper mention when used in a command group. ### Reproduction Steps 1. Create a command group 2. Inside the subcommand, output...

bug

When I run unit tests involving umongo, I get the following warning message (actually, if I run the tests via pytest instead of unittest, I get *hundreds* of the same...

First off, I really like this package. Unfortunately, it behaves strangely with `NavigationView`s: content appears to "fly in" from off the screen. Demo code: ```swift import SwiftUI import CustomModalView struct...

I get the following error trying to import mongomock-motor in Python 3.12. I have run `python3.12 -m ensurepip --upgrade`, which is a commonly suggested fix for this issue with pkgutil....