Christian Tessmer

Results 5 comments of Christian Tessmer

Thanks so much for the thorough response, Marco! That [linked issue](https://github.com/delight-im/PHP-Auth/issues/175) does seem to be really close to what I'm wanting. I'll give that a go. 😄 > 1. Short...

**This problem happens on iOS Safari too.** Every second tap and drag selects text—just like @hphaavikko described—instead of dragging the item. Tested (and failed) on: - macOS 10.15.7; Safari 14.0.1...

For the record, I'm running into this same pain point: ```php $send_result = $client->sendEmail($sender_signature, $to, $subject, $html_body, null, null, null, null, null, null, null, null, null, null, $stream_name); ``` Definitely...

@vladsandu Thanks for the response and for maintaining this library! Maybe I'll take a crack at a PR. I'll let you know!

@mnapoli I love how thorough you are in your notes! And that you make them public. I just started using Github as a place to document my personal journey through...