Lucas Hardt
Lucas Hardt
This issue is meant as a reminder. I agree, the example should be updated once 2.0 got released.
Instead of implementing complete MCP, just QueryPublicProfile to query STW stats could be implemented.
> Perhaps a field argument would be better? > > Something like: > > ``` > field = Field(encrypted=True) > ``` I think that this isn't possible, as `Field` is...
Just found #275 even trough the progress has been slowed down and it got a mayor problem. It's doesn't support async Caches. I use beanie as I want an async...
Seems like #404 solves this issue. Unfortunately it seems to have fallen into oblivion
> Can you provide an example of something that cannot be achieved with the current system using type-hints? ## Example 1: I have a command that allows you to listen...
> I'm not sure if you're talking about raw command options (e.g. int/string/channel types/whatever) or if you're specifically talking about choices. My examples are mainly about choices. There might be...
I thought about this issue again. I think a way for just changing the choices on runtime/defining them dynamic would be fine instead of defining complete options on runtime/dynamically. The...
How about implementing #5851. A possible Deployment guide could cover: - Free Hosting and why not to use it - Systemd - Docker - possible other great deployment methods
I currently work on/learn a more professional deployment method (docker+kubernetes), but am not that experienced with those methods yet. I would include following information: - I wrote my first (eg....