Results 7 comments of Phippsy

> there hasn't been a desktop release for a few years, we are just getting back to figuring out how we're going to do a last run of these before...

I've tried this code out, and there is an error with `$sslOptions = stream_context_get_options($conn->stream);` inside the `parseRequest` function because `$conn` hasn't been passed in. What is the correct way of...

The proposed solution just adds the peer_certificate to `$serverParams` ``` -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- ``` When Apache adds SSL Options to $_SERVER, rather than the client certificate, it posts...

I _think_ that current is the limiting factor. I believe you can increase the number of LED's by using a power supply - seen heaps of videos on youtube about...

I've recently been using nginx instead of apache for some projects, and the client ssl certificate is passed through a header rather than server variables. For that reason, I don't...

I realise this is old, but the answer might help someone else. **createPayRun** is expecting an _array of payruns_, not a single payrun. Wrap the payrun in an array, and...

Hi @azjol # tldr; Your partial reference in the main template should look like this ```handlebars {{> _head data }} ``` Your partial would contain this: ```handlebars {{title}} ``` and...