Remon van de Kamp

Results 37 comments of Remon van de Kamp

I absolutely love this idea, that would make debugging so much nicer! How about (optional) method injection like Symfony has for controllers? for example ``` /** * @Given something */...

Yes, that would work.

As an alternative, how about a separate interface, like `LoggingContext`, something like ``` interface LoggingContext { public function setLogger(Some\Behat\Logger $logger): void; } ``` Then when the context is created we...

This sounds awesome, but where could we get that information? I've searched for a bit, but couldn't find anything on how to retrieve these timings from Guzzle.

@lcobucci Please also check if it works when logging in UTC time. Cloud Run doesn't like our default timezone (CEST). (see my first post for how we're doing it now)

> There's no reason why the max height should be 600px. That is absurd. I agree, but it's a limitation on Chrome's end, not on mine 🙁 I'll see if...

It seems `sqitch` is already in Ubuntu: https://launchpad.net/ubuntu/+source/sqitch

Thanks @chenmin1992. I'll get on that somewhere in Q1 next year :+1:

Since nobody else asked for this and I really don't feel like doing it I'm closing this issue.

You can't check for BCC as BCC is not a header, it is sent out as separate emails. If it were in the header it woudn't be a *Blind* Carbon...