Dubzer

Results 17 comments of Dubzer

У меня тоже демон kresd мертв после старта контейнера. Подключился в контейнер: `docker-compose exec antizapret-vpn bash` Запустил вручную: `systemctl start kresd@1` И включил автоматический старт: `systemctl enable kresd@1` После этого...

> И что показывал Inactive (dead). В журнале ничего. Минут 5 подождал Docker version 20.10.18 Ubuntu 22.04.1 LTS x86_64

I'd like to see that, too 👀

> Do you know if request features can be specified as opentelemetry crate features? there are [some features](https://docs.rs/opentelemetry-otlp/latest/opentelemetry_otlp/#feature-flags) related to the reqwest: - reqwest-blocking-client: Use reqwest blocking http client. This...

@aawsome hmm.. the opentelemetry-rust has Apache 2.0 licensing, so i'm not sure if it's appropriate to use their code in this repository and also, it seems that if we enable...

@aawsome well, based on how it was implemented, i don't foresee any maintainability issues. it can help users migrate from restic by reusing their existing infrastructure. it's also easier to...

> My main concern here is I don't understand how this should work in an RTL scenario. By the way, there is such a case in CSS, and in [Flexbox...