Eric Bréchemier

Results 14 comments of Eric Bréchemier

I have a similar use case for which I am near to a working solution, based on `git`. I compare two versions (two `git` tags) and revert to the last...

@theory thanks for the suggestion! I was not aware of this command. It is very close to what I need, but I do not have a checked out repository on...

> I was not aware of this command More precisely, I had no idea from its short description `Revert, checkout another VCS branch, and re-deploy changes` that it was doing...

It seems that this code only lists changes in the plan, and does not detect changes in deployment files, correct?

Also, it does not detect a mere reordering of the changes, if I guess correctly.

(this is not just a hypothetical use case: we had to move the definition of indexes to the start of a plan to solve an issue recently)

We are now using the following script to identify the minimum revert point for a sqitch plan before deploying a modified plan, both stored at different tags (or commits) in...

Phil Nash, a Twilio evangelist, [confirmed on Stack Overflow](https://stackoverflow.com/a/47147200) that the `region` parameter is not supported with SIP registration, only with SIP trunking: > The region parameter here is useful...

The documentation no longer includes these limitations. > To specify the geographic region from which Twilio will send SIP-out traffic towards your communication infrastructure, you must include the `region` parameter...

Twilio is rolling out its global infrastructure to make it available in [different regions](https://www.twilio.com/docs/global-infrastructure#twilio-regions). There are only [two regions available](https://www.twilio.com/docs/global-infrastructure#control-data-residency) at the moment, but one is in Europe: - United...