saasfreelancer

Results 45 comments of saasfreelancer

We face same issue. ``` class MyClass { public function __construct() { $this->boot(); } private function boot() {} } ``` OR ``` class MyClass { public function __construct() { $this->init();...

> This seems like a useful PR, I'd happily write a curl variant for my needs. What's missing for this to be merged? I could think of adding `implements HttpAdapterInterface`...

I am not blaming somebody here... I might be wrong... But this doesn't work when I use Guzzle Client: ``` try{} catch (\Recurly\Errors\Validation $e) {} catch (\Recurly\Errors\NotFound $e) {} catch...

Created a PR: #636 So instead of implementing the Guzzle Request & Client, opted to make core code pluggable. If you merge this, I can plug my own HTTPAdapter and...

My custom HTTP Adapter class. Any suggestions are welcome. ```

Hi @gmazzap, I didn't found a solution yet. I thought it might be doing something incorrect that's why author didn't respond. So closed it. If you are willing to help,...

:) Nice to meet you. Hopefully you enjoyed your time off. You must have, nothing urgent, let me know if I can help. Will be happy to help.

> > slows down our website significantly > > Where is this coming from? Queries are indexed and have very little effect on page build speed. This might not apply...

~~Same issue here...~~ Apologies, my issue was related to https://github.com/WordPress/WordPress-Coding-Standards Using - php 8.1.7 - squizlabs/PHP_CodeSniffer 3.7.1 - [slevomat](https://github.com/slevomat/coding-standard/) 8.5.2 ![ConEmu64_bn2LNjJKi2](https://user-images.githubusercontent.com/1642796/195985623-26b13427-6777-4404-ab41-d32abaea232b.png)