Hmvp

Results 24 comments of Hmvp

I have the same issue. Works in 0.40.10 but not in 0.50.5/6. `:events` gives me an authorization error but `kubectl get events -n ` works fine

> [@f1yegor](https://github.com/f1yegor) I am confused.... > > Just to be clear `:events` will try to get events for all namespaces. But `:events fred` will narrow events to the namespace your...

While truncate will help it it technically not the same... From the [git book](https://git-scm.com/book/be/v2/Git-Tools-Revision-Selection): > Git can figure out a short, unique abbreviation for your SHA-1 values. If you pass...

I needed this to use fastapi deps in custom views. The rest can be done with some creative code/monkeypatching the other stuff needed is basically: ```python def init_admin(app: FastAPI, session_maker:...