Jaume Alemany
Jaume Alemany
I'd also like to see it implemented as a command-line option. I'm currently running kube-prompt inside a Docker container. My workaround is executing this command before `kube-prompt`: ``` kubectl config...
Hey, @joanfont, person I have never met! Thank you so much for this contribution. Thanks for helping make the world a better place, for you and for me and the...
We also need to update the docs. I can do it for you when the PR is ready to be merged.
The issue I had was with aiohttp. I had to switch from: ```python from graphql_server.aiohttp import GraphQLView ``` To: ```python from graphql_server.aiohttp.views import GraphQLView ``` If it's intentional, then I...