michaelboulton

Results 91 comments of michaelboulton

Hi, sorry I missed this email earlier. I had a go at fixing it but the root problem is to do with building a C dependency. There is a fix...

Forgot to say, this also doesn't happen in Python 2.7

It isn't possible at the moment but I think it should be possible with _relatively_ minor modifications. I did do something on this a couple of years ago that could...

Sorry for not leaving a comment on this earlier, but as mentioned in https://github.com/taverntesting/tavern/issues/419#issuecomment-524562314 I don't really want to merge something in that I won't be able to maintain. What...

Does doing ```yaml extra_kwargs: expected: "{fixture2}" ``` Not work?

It should work, but it's not a use case I've ever really thought about or used personally.

Sorry for the delay but I thought I commented on this one before, apparently not. Each item in the list (in this case just one item, `{'data': [{'avg_avgpayment_usd': 34.9, ...`)...

I had a look and thought maybe it would be easier to add the alpn support to the mqtt library itself https://github.com/eclipse/paho.mqtt.python/pull/648 , 2 problems: 1. It seems like nobody...

Sorry for not responding earlier. I started noticing that rebasing the base branch was repeatedly breaking PRs like this so I started merging instead. What I'd recommend is just 1....