Blake Miner
                                            Blake Miner
                                        
                                    @simplej - I thought about that, too. But, starting a transaction on an existing connection might be a bit unsafe if the developer doesn't know what they are doing. You...
@simplej - node-mysql reuses existing connections from the pool intelligently, so creating a connection for each query or transaction doesn't really create all that much additional overhead. PHP's MySQL client...
@simplej - I believe that you might be misunderstanding me. I am not asserting that you need a connection pool for transactions to work. I'm just saying that you should...
@simplej - Very good points and well thought out. > I believe we said all there is to be said about what would probably sum up to less than 20...
I don't understand your question. Could you please clarify?
Thank you for the PR! I've given this some thought... I agree that one should have the ability to register fingerprints for multiple root paths, but I don't really like...
@International - Yeah, I like that approach the best, as well. The `staticAsset` function already takes two arguments, but the second `strategy` parameter can be changed to `options` Object with...
I don't quite understand your question. Could you provide an example?
There are a few examples in the documentation. TwiML is generated "behind the scenes" to respond to different requests, so there is no need to actually view the generated XML....
Agreed. This probably needs some work. It was just easier to write the rest of the library with the assumption that the Application Object had a VoiceURL, etc. already defined....