Jeremy Lane
Jeremy Lane
+1 for this
@nilportugues Feel like sharing the code for what you have in your private project? I don't care about the tests at this point.
Not sure if I was totally clear. I think it would be helpful to be able to specify which members are required. Maybe a getRequiredAttributes() function on the transformer would...
@nilportugues Submitted several pull requests for this one. I left it out of the interface so it can be backwards compatible with the transformers everyone has already implemented.
I dug into this a little bit and this package does not support HTTP/2. I'm digging a little more to see how difficult updating it would be, but it does...
@rahul286 I needed to do the following instead. Just the last two lines are different. ``` git clone https://github.com/mattrajca/sudo-touchid cd sudo-touchid xcodebuild cd build/Release sudo cp sudo /usr/local/bin sudo chown...