Steven Brookes

Results 16 comments of Steven Brookes

Thanks. Agreed on the approach. Steve From: Tareq Mahmood Sent: 12 September 2019 09:56 To: phpclassic/php-shopify Cc: Steven Brookes ; Mention Subject: Re: [phpclassic/php-shopify] Logging (#116) @stevenbrookes You are welcome...

Yeah that does seem odd, if the only way to wrap is by extending then either the deprecation message is incorrect or doctrine needs to provide another way to wrap...

Hi I have a possibly similar scenario you might like to consider. We use deployer (https://deployer.org/) to deploy our application to production. Deployer works by creating a new directory for...

@rustatian it's interesting you say that rr reset should update the latest PHP code. Out configuration rr.ryaml is stable now so when we do a deployment it's only the PHP...

Just to follow up on our project fixing to version 1.25.2 has a cascade effect on some other libraries including maennchen/zipstream-php and psr/http-message causing them all to be downloaded. Any...

Just FYI I got round this by adding the following into my composer.json All working fine. ` "phpoffice/phpspreadsheet": "1.29.0 as 1.25.2", `

@jlevers great news I'll take a look at that. I saw you used saloon-sdk-generator to create the SDK etc. Can I ask why you used that library? We've been using...

Thanks that's very helpful. I'll give both fork's a try. Does sound like it would be good to feedback to the original project - sometimes too much choice isn't a...

I'm also seeing this issue. Downgrade to 2.8.4 fixed it. I'm running tsdb in single binary mode. Happy to post logs if you can tell me how to find them.