jowan
jowan
Hi - did you solve this ? It is definitely to do with the shared volume ./:/var/www/html if you remove those, it will work. But that doesn't really help. I...
I think this is relevant - BitBucket does some funky stuff, as explained here. https://community.atlassian.com/t5/Bitbucket-questions/How-to-chown-or-write-to-my-pipeline-container-for-testing/qaq-p/1058917 So - workaround, in PHP/Nginx is - nest one folder deeper ``` volumes: - ./:/var/www/html/SUBFOLDER...
You don't need to extend the SoapClient class. The content type is indeed defined by the SoapClient but is determined by the soap_version. The default is SOAP_1_1 which sets the...
Yes that is true. And yes, extend the SoapClient and __doRequest. I would like to see an example if you have one.
> Hi, we are currently working on smooth upgrade process famous last words ! Also very keen and happy to test :)
ok so ... I've started. I'll try to document some of the issues here. My environment is Ubuntu running docker with Wingsuit in a Node 18-alpine container. My general approach...
Hi, I immediately encountered the helpful Drupal-like "pattern not found, possible patterns are xxxxx" message - which is great. I was unaware of the dependencies field so I dealt with...
Here is the script I am using to separate out my stories (python). It is saving me a *lot* of time. It might at least be inspiration for someone writing...
Yes please, then we can use latest peewee :)
a better way that is - other than duplicating the preset and making my own with this one change.