Phil Manavopoulos

Results 18 comments of Phil Manavopoulos

It would obviously be a big change to the project, but theoretically the template/page could get built on the front-end, to avoid needing a re-build each time? It seems you...

Ah, fair enough! Not a big enough limit for this then!

Good find @paracycle! In that case it is definitely doable then!

It is private, but you can set it via the `setSsl` method in RestRequest. Or did you want to read it's current value?

Well, I'd say one of 2 things: 1. Make a "getter", so just like `setSsl`, you can have `getSsl`, which gives you the value. 2. Make it protected. If you...

Ah, sorry! Misread which class you're extending! Yes, that would allow you to set it after instantiating the class. I usually set it in the constructor of my class which...

Well, I do still need to update the docs to show how caching works!

There's already a pending pull request (https://github.com/ThaDafinser/UserAgentParser/pull/120) which will hopefully get merged at some point!

Looks like this can be closed with #144 merged?

Looking at `src/SMS/ExceptionErrorHandler.php`, it does seem like it's setting the timeout in seconds now. So this should be resolved? https://github.com/Vonage/vonage-php-sdk-core/blob/main/src/SMS/ExceptionErrorHandler.php#L62