Lucas
Lucas
I came across needing this exact kind of situation. What I've done was just to create my own PostGeneraion subclass: ```py class PatchedPostGeneration(PostGeneration): """ We need This version of the...
@bmintz an issue brought up every once and a while is having a function name foo spread between 2 different command groups. Having an error would make it more obvious...
Before merging, I've found an issue. For the pagination params around notifications, if I keep them as `String`. The API returns wrong/old/invalid data. But if I change them to be...
@pietbrauer Apologies, I think this had something to do with my local environment. When I tried it on my laptop instead of my desktop it responds and follows the params...