Arkadiy Krava
Arkadiy Krava
In this block of code https://github.com/kubeflow-kale/kale/blob/master/backend/kale/common/podutils.py#L114-L125 I've found a typo in the if statement: ```python if len(candidates) > 0: raise RuntimeError("No container names left. Could not infer the name" "...
@googlebot I signed it!
Hi @Jeffwan! Thanks for asking. Unfortunately I cannot reuse anything from your PR due situation described in issue #435, which I'm trying to solve in my PR, is a little...
After debugging a couple of times, I realized, that issue is in line in file: https://github.com/confluentinc/kafka-rest/blob/1bfea41f7cd8aa5ffc4abef248f9c44eab510806/kafka-rest/src/main/java/io/confluent/kafkarest/SimpleConsumerFactory.java#L38 It seems that we should pass only client and consumer properties in such way,...
[clabot:check]
Now i see the solution of this issue, like encrypting token with some secret, which is stored in env of app. Token isn't a password, which we can hash with...
Does gmail support aliases? Interesting, I'll see it. So you want to filter mails by sender, right? Because bot can filter mail by sender now, see #4 issue.
Okay, got it. I'll implement filtering emails by filed "To" in emails, which means the receiver address. As far as there is an implemented feature for filtering by sender address...
Hi @chagai95, it's very grateful to hear that someone needs and uses this bot :smiley:. > it would be nice if there were a telegram group where people could join...
Hi! Thanks for issue, I've planned to add this info into readme, but cannot find free time for this)) |env name| description| |---|---| | `WEBHOOK_TG_PATH` | Just set a random...