Numerlor

Results 26 issues of Numerlor

https://github.com/TaylorSMarks/playsound/blob/cff129a2dd712f78bb4773412b293d737dbfc6e9/playsound.py#L72-L77 The try block contains the open call, which when fails tries to close an unopened file leading to a duplicate error being logged, for example ```py In [2]: playsound.playsound("invalid...

When contributing I found navigating some of the code difficult because of the inconsistencies in its formatting and other styling issues. As the first point I think all support for...

The [block_duplicate_invocations](https://bot-core.pythondiscord.com/main/output/pydis_core.utils.cooldown.html#pydis_core.utils.cooldown.block_duplicate_invocations) decorator prevents commands from running in a single channel if they were used previously recently with the same arguments. This can be applied to commands like resources or...

t: enhancement
status: approved

After 97c78ef55b7a5be1d3782d393f3ccfbee1056671 was merged, the newlines in the parsed HTML are no longer collapsed into normal spaces, resulting in erroneous line breaks in the output. ```py import markdownify print(repr(markdownify.markdownify("""\ continuous...

Currently the cache only allows fetching of both the keys and their values at the same time through the `items` method, if the user only wants either of them they...

This will need some special handling to prevent trying to decode bytes into utf8 but will allow users to serialize arbitrary data in a more compact manner.

Object subcommands such as refcount are currently only available through the underlying aioredis Redis object