Gustavo Sverzut Barbieri
Gustavo Sverzut Barbieri
could we close this?
hi @asipras, while the idea is valid, I think it's out of scope of this project and standard endpoints. Of course, if you want to implement an alternative endpoint or...
good. But why do you need to go with `requests` instead of using the existing `HTTPEndpoint`? If you need to have more details exposed, we could add as properties (we...
sorry Jeff, quite busy with work and I'll try to see what I can do. From your example it ties with the endpoint (global?) and I'd avoid doing that since...
hi @dustymugs, why don't you simply pass the argument to the functions? Other than that, I highly recommend to NOT use auto-selection since it goes against the GraphQL principles. It...
I never bothered to check, if the f-strings are the only issue, I'm fine to apply patches converting to more traditional string formatting.
PRs would be welcome :-) quite overloaded with work these days, not able to work on it myself.
I need a full backtrace and if possible an example, I never faced this one... `Lazy` should be replaced with the actual type before it's used, but it's needed since...
any updates? could you provide a backtrace? some example on how to reproduce?
Hum... I'll need some time to investigate it properly, but removing the assertion is not correct (because it will cause a runtime error as you spotted). Meanwhile, if you can...