Dev Aggarwal

Results 4 issues of Dev Aggarwal

Hi, Thank you for this awesome library. I recently come across another library that claims upto 17x faster performance than ImageMagick. Here's the link: https://github.com/imazen/imageflow Can you please add imageflow...

enhancement

## 🚀 Feature Proposal Implementation of QUIC ~~https://tools.ietf.org/html/draft-ietf-quic-transport-27~~ RFC: https://datatracker.ietf.org/doc/rfc9000/ More related RFCs: - https://datatracker.ietf.org/doc/rfc8999/ - https://datatracker.ietf.org/doc/rfc9001/ - https://datatracker.ietf.org/doc/rfc9002/ About QUIC: - https://dl.acm.org/doi/abs/10.1145/3098822.3098842 - https://blog.cloudflare.com/the-road-to-quic/ - ~~https://blog.cloudflare.com/http3-the-past-present-and-future/~~ - https://www.researchgate.net/publication/318801580_QUIC_Better_for_what_and_for_whom This...

feature request

Hi, Great module. Thank you for it. However, I'm facing issues while using it in a TypeScript project. I have tried the following approaches: - As per README (`import UserAgent...

Hi, I have the following statement: ``` $result = $this->db->exec( " SELECT userImage FROM candid WHERE id = ? AND status IN ? ", [ $userid, $status ] ); ```...

enhancement