Viktor Oreshkin

Results 167 comments of Viktor Oreshkin

I can help with Russian translation.

@DaFri-Nochiterov This feature is pretty hard to implement, because fonts and styles are configured on build time, so lots of things should be changed.

@toxsedyshev maybe edit if allowed, and just insert if can't edit?

> Open emoji panel when pressing TAB in text field Should I make a PR for this one? I already implemented it [here](/stek29/tdesktop-plus).

1) you can make Alpine image, it's not that hard and there are patches out there 2) I do not have any control over the TG org, I'm not affiliated...

I've ended up just deploying a proxy service next to the changedetection itself, which can perform a request and return the headers https://github.com/stek29/headerproxy

> There is no point in taking hash from name if we use name in unique_id anyway. What if there are “Bathroom” and “bathroom”? The ID goes through slugify.

@AlexxIT ``` >>> from homeassistant.util import slugify >>> slugify('living-room') == slugify('living_room') True >>> slugify('Bathroom') == slugify('bathroom') True ```

@AlexxIT I just realized that it's possible to have just the hash in the unique_id, would that be better?

this issue is being amplified by #1131, which makes it reproduce almost every time in my environment, where iptables is manipulated by Kubernetes CNI, kube-proxy and other daemons.