Samuel
Samuel
Thanks @jama22 , Yes, exactly - see my answer to your other reply here for a full explanation: https://github.com/GoogleCloudPlatform/buildpacks/discussions/300#discussioncomment-8827712 But yes, broadly, full portability & equality between App Engine and...
Good point @sl0wik , like if you're wanting to deploy the same repository on test/staging with a smaller instance and less concurrency, vs perhaps a larger instance and more concurrency...
Ok, thanks @sonnysasaka , I think it’s looking like the consensus is becoming environment variables rather than composer.json, which is fair. What are your thoughts on the php-fpm settings being...
@sl0wik is this for local development inside a Docker instance, or is this when deploying with Cloud Build? I'm struggling to understand the use case for needing this to persist....
I appreciate you linking the FAQ - I wasn't able to find this at the time, even after searching for the relevant string & strongswan together on Google. That being...
Thanks @OSDeploy , UEFI Capsule Firmware Upgrades are enabled. I checked the `.inf` file of the BIOS update pulled from Windows Update. Turns out it's just really old compared to...
Understood, I might dig in and see if any of your existing code for pulling Dell drivers is re-usable to pull the latest firmware from them instead.
Thanks @OSDeploy , Appreciate the tip about the Azure storage, I'll look into it - that's basically all we want, the ability to load the driver packs from our own...
Had the same problem, eventually got something working: https://github.com/a1comms/go-mp3-transcode-api Stripped all the video stuff out though, as we only wanted audio transcoding.
@barryvdh we are still seeing this problem on Laravel 11.x with the latest version of debug bar. Any chance you'd consider merging this please?