Llewellyn Falco
Llewellyn Falco
Worked for me: Editing ``` /usr/local/lib/node_modules/airsonos/node_modules/nodetunes/lib/helper.js ``` replacing ``` var decipher = crypto.createDecipheriv('aes-128-cbc', audioAesKey, audioAesIv); ``` with ``` var audioAesKeyBuffer = new Buffer(audioAesKey, 'binary'); var decipher = crypto.createDecipheriv('aes-128-cbc', audioAesKeyBuffer, audioAesIv);...
No. Many of the diff tools will not let you move changes from right to left. Since the approved file is often created in the diff tool by moving the...
if the order is different, the approval will fail. We can enforce an ordering, but it sounds like you want to change the ordering and have it still pass. is...
I'd be up for this, can we setup a time to pair next week?
We are placing this on hold until we see it on a windows machine.
Hello, Thanks for the suggestion. I like the idea of being able to put multiple paths in a DiffInfo, but don't think we will do that until the next time...
yes, we would like to take a look at, but also remember that machine specific namers help for this. * [Capture Files From CI](https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/CaptureFilesFromCI.md) * [Machine Name Specific Tests](https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/MachineNameSpecificTest.md)
This would be great. I think it would be better if any snippet: text checked if it contained ``` and automatically changed itself to be ```` or rather `+1. I...
link to https://jay.bazuzi.com/Mobbing-Pattern-Language/patterns/ Also, single driver is sometimes called dedicated driver