Skip to content
#

python39

Here are 237 public repositories matching this topic...

mbaruh
mbaruh commented Dec 16, 2021

The purpose of the mentions rule is to catch people spamming user mentions, but message.mentions shows the user being replied to, if the reply is pinging, which is out of scope for what the rule is trying to catch.

The replies should be subtracted when counting the number of mentions, and messages with only a reply but no mentions should not be returned.

t: bug good first issue p: 1 - high a: filters
prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

Problem

We could improve the readability / experience reading through the library source code if there were module level docstrings.

Suggested solution

All python modules should include a docstring explaining

topic: docs good first issue kind/docs level/beginner
brad90four
brad90four commented Jan 6, 2022

Description

When no input is used in the command, the embed sent should have the url to the website.

Reasoning

Currently a blank .realpython command raises an error, but it could be helpful to have a link to the Real Python homepage instead.

Proposed Implementation

<!

type: feature good first issue status: approved
Pincer
Lunarmagpie
Lunarmagpie commented Dec 26, 2021

https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints

All of these methods should return a pincer.objects.message.File object. The File object will have to have a to_pillow_image function. Handling images like this will make it easy to add support for more image libraries in the future.

enhancement good first issue easy
Technologicat
Technologicat commented Nov 27, 2020

The documentation could use more code examples of how to use the various features of mcpyrate. Each item should include the actual code example, an explanation of what is it for and what it does, and if applicable, the output printed by the example.

Particularly, the mcpyrate.debug.step_expansion macro would be nice to showcase in a more detailed manner.

But basically anything in the pub

documentation good first issue

Improve this page

Add a description, image, and links to the python39 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python39 topic, visit your repo's landing page and select "manage topics."

Learn more