Diego Alloza González
Diego Alloza González
In the pods view I usually want to open the controller of a specific pod (ReplicaSet -> Deployment, for example) and then restart the deployment, without navigating to the deployments...
The httpie command `http :8080/xxx out_1[in_1]=value_1 out_2[in_2]=value_2 out_3=value_3` sends the following payload: ```json { "out_1": { "in_1": "value_1" }, "out_2": { "in_2": "value_2" }, "out_3": "value_3" } ``` But the...
I'm trying to following the tutorial, but it keeps throwing SQL errors. I don't think I'm missing anything, but I apologize in advanced if that's the case. This is the...
Right now, mypy raises the error `Skipping analyzing X: module is installed, but missing library stubs or py.typed marker`. This PR fixes it.
**Describe the bug** When viewing the logs, if the last line is not ending in a line break it doesn't appear in the logs view. **To Reproduce** Steps to reproduce...