Camilla Montonen

Results 10 comments of Camilla Montonen

This is what I get when I run the code above ``` >>> x=[(1,2),(3,4)] >>> y=[(2,4),(6,8),(10,12)] >>> list(zip_longest(x,y, fillvalue=('',''))) [((1, 2), (2, 4)), ((3, 4), (6, 8)), (('', ''), (10,...

Hi @black-snow , how did you install Python3 on your Ubuntu WSL? Was it via apt-get? The latest version I can get through apt-get is Python 3.5.0 and using that...

Hi @dangwg - your issue looks like something else that has been discussed in this thread https://github.com/ipython/ipython/issues/6193 - are any of the solutions there useful?

+1 for this change - please let me know if I can help in any way to get this merged into the codebase. I'm hitting this issue when trying to...

Will be happy to pick this up once the docker image is live!

hi @tmc, I will have a go at this for hacktoberfest!

I'm happy to take a look at this tomorrow to see if I can debug this further

I'd be interested in taking a look at this - would be cool to learn more about data streams, too!

Today, I've tried further scenarios to try to isolate what is happening: Scenario 1: Delete all ingresses and deploy kube-lego again. All fine. The pod comes up and does not...

I vote for staxes, but stax is also cool.