Results 105 comments of Nemec

I've found [Fiddler](http://www.fiddler2.com/fiddler2/) to be invaluable for web development.

You know, as I was writing this I thought to myself "I'll bet it's already done and I'll look like a fool when my sample link actually works as expected."...

@brad457 I can't speak for anyone else, but point 2 is definitely what I want to see to consider this request "completed". Point 1 would be nice to have, but...

That makes a lot of sense. I'll take a closer look at the Extensions API. From a quick scan, it seems I might be able to listen for the `response_received`...

@elacuesta just wanted to pop in and say your linked pull request works great for me. Thanks to the scrapy devs for adding the signal hooks needed :)

Ok, so I did some testing on my main instance by commenting out the `async_subscribe` and it also solves my issue with #85. I don't know exactly what's happened, but...

I still get this exact error in v1.0.10 (and have received it for a while). I don't have any alerts configured in BI.

It happens reliably every time I reboot Home Assistant. I'm not touching Blue Iris and not aware of the issue happening aside from at startup. Camera streams provided by integration...

Can you describe the issue, please? Maybe with a screenshot?

Hi @EmmaZhu unfortunately this library doesn't support "value optional" parameters. By setting a `Default` value (like below) it will only be set when `--option1` is _missing_. This is a good...