Andrew Savinykh

Results 37 issues of Andrew Savinykh

Hey, I admit, it's quite a big change, and you may be reluctant to merge it. This is fine by me, just let me know and I'll maintain my separate...

It does not look to me like code blocks are rendered as code blocks where they are inside a table? Is this intentional?

enhancement

Hello I have a problem with autologin feature. Autologins links stop working after server restart. When you click a link, you end up at Admin's (default) page not at the...

``` extern crate config; use std::collections::HashMap; fn main() { let mut settings = config::Config::default(); let file = config::File::with_name("bla"); { let result = settings.merge(file); match result { Ok(_) => (), Err(e)...

bug
help wanted

Thank you for a nice tool. Here are some improvements that will be welcome: - Autodetect the engine version if the token has enough permissions - Re-use the vault cli...

enhancement

**Is your feature request related to a problem? Please describe.** Force pushing is a destructive operation. Currently the `enter` is used to confirm it. I've force pushed with lazygit on...

enhancement

**What is missing?** I was not able to find the documentation that gives a list of which component talks to which component on which port. This includes both kube-promehteus components...

help wanted
kind/documentation
good first issue

### Describe the bug a clear and concise description of what the bug is. Prometheus Operator pod cannot come up with a missing admission hook secret error if admission hook...

bug

Can't find an option to log the POST body. Is there one? If not can it be added?

When compression returns LZHAM_COMP_STATUS_FAILED there is no way to tell what went wrong. And if you look at the code, there are around 10 different decision points that can result...