Luyao Yang

Results 11 issues of Luyao Yang

Discord recently shipped context menu commands for [users](https://discord.com/developers/docs/interactions/application-commands#user-commands-example-interaction) and [messages](https://discord.com/developers/docs/interactions/application-commands#message-commands). It would be great if these can be supported as additional decorators. They are, for the most part, registered and...

Description =========== SchemaRegistryClient does not supply a timeout to the underlying calls to `requests`. If a network issue causes no data to be returned (such as firewall/security group misconfiguration), the...

enhancement
schema registry

```py3 from databases import Database from sqlalchemy import sql from sqlalchemy.dialects.postgresql import array database = Database('postgresql://localhost/example') # This works # SQL Query is: SELECT ARRAY['a', 'b', 'c'] query = sql.select([...

Our CI runs only on Python3.6 now. We should add support for newer Python versions as well since we technically do support them (at least 3.7 and 3.8)

meta

Most data types are documented in docstrings. We should move them all to type hints because this will allow use to run static type checks, and as a benefit, catch...

documentation
meta

We should formalize our data interface by using dataclasses instead of tuples and dictionaries when returning data. This can help in many ways - eliminate the possibility of missing a...

documentation
feature
meta

We should add a disclaimer to point out the fact that this package is still in beta, and breaking changes may be introduced in any future minor version.

documentation

We should add an example in the documentation on how non-US users can create their own holidays.

documentation

**Bluesky** Bluesky (bsky.app) is a social media platform, previously owned by twitter but since became a spinoff. It's now run by former twitter execs. It has a few million users...

request

### Steps to reproduce I have a bot that runs in multiple servers, and each one uses a separate discord token so they have different usernames and pfps. I have...

bug