Tomek Święcicki

Results 48 comments of Tomek Święcicki

https://towardsdatascience.com/transfer-learning-using-keras-d804b2e04ef8 it might be useful for you

In addition, https://github.com/twang817/aws-alfred-workflow/blob/master/aws_workflow/version.py#L1 here we have the old version. It should be 3.2.0, methinks. BTW This repo is very useful, I can help you guys with issues.

Hmm, so what should I do if I want to use 3.2.0 version?

Hmm, I have checked with `netstat -ant` and got such output after starting a service: ``` user@my-pod:/app# netstat -ant Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address...

I have used `tcpdump` tool and it looks that Kafka closes idle connection after ten minutes (by default). After that, my producer cannot send any message. I call `connect` func...

> What happens when you call send after that? I get this error then: `KafkaJSError: The producer is disconnected`.

Maybe should we allow to pass this as a flag? Like namespace?

Another workaround without `cd` (We use loop in our test and we don't want to mess with `cd` there :P): ``` helm template charts/sealed-secrets --values values.yaml > ci-output.yaml polaris audit...

We can use different ports and different pods for instance 🤔 https://github.com/tomislater/kubectl-plugin-ssh-jump/blob/master/kubectl-ssh-jump here on my fork you will find some ideas

Hmm, but you can do that even now... by `{{ tpl value $ }}`. For instance we use such mechanism for generating environment variables and save them in `ConfigMap` object....