Alex Nørgaard
Alex Nørgaard
I can't answer on the first point - to the extent of my knowledge the current UI does indeed *not* have an input field for expiration date. As for the...
For the documentation we could look into [OpenAPI](https://swagger.io/specification/) specs and hosting this via SwaggerUI? I already started working on something like this [here](https://github.com/PythonistaGuild/MystBinAPI-PoC/blob/main/static/openapi.yaml) and it can be hosted via SwaggerIO...
> can someone tell me please how this affects a bot? Im not being sarcastic or trying to be rude, just trying to understand. Discord.py has historically kept classmethods on...
Experiencing this also. No "problems" reported when causing an actual issue, e.g: ```julia print('hello world') ``` Which should result in a "Parsing error" in the problems tab: https://images.abstractumbra.dev/e5qlsZfbCOGlOQ.png Running the...
> Hey, I’d like to try implementing this feature if nobody’s currently on it. I’ll reference the Discord API spec and match the style of the existing HTTPClient routes. Would...
This method existed before the library was fully typed, therefor it uses the special `MISSING` sentinel in place of None. If the kwarg is passed, it expects a Snowflake that...
One could argue that since Webhook doesn't inherit Messageable that this behaviour would be isolated to Webhook and changing it isn't breaking. The issue then becomes - would this affect...
Pull requests that use AI generated code do not get accepted due to the possible licensing implications. Not to mention the quality of AI generate code being abysmal.
Additionally I'm not sure where the library stands on sending "fake" data, we don't do it anywhere else so sending a fake waveform and fake size likely won't work.
`soundfile` is a rather large dependency, since it includes `numpy` and a few others. Each wheel is around 1mib. I personally think that's a bit overkill. I've discussed this waveform...