Denis Žoljom

Results 295 comments of Denis Žoljom

Yeah, from the [packagist docs](https://getcomposer.org/doc/01-basic-usage.md#platform-packages), seems like only several libraries are allowed: > The following are available: `curl`, `iconv`, `icu`, `libxml`, `openssl`, `pcre`, `uuid`, `xsl`. This is what I used...

Ok, I managed to make it that one canvas is in one element with `$(".element").each(function(){ $(this).awesomeCloud(settings); });` with settings predefined in a variable, but they are still all crammed in...

Any info about this feature? It would be a great addition. I had an issue where the call towards an API passed when I used `cURL` with `CURLOPT_POSTFIELDS`, but would...

Happened to me as well when I tried to install the plugin using WPCLI `wp plugin install "https://github.com/humanmade/S3-Uploads/archive/refs/tags/3.0.3.zip" --force` ```bash $ wp plugin list +--------------------------+----------+-----------+------------+ | name | status |...

Just to confirm. Make sure your **PHP-FPM** has `allow_url_fopen`. It usually works from the CLI because PHP CLI and FPM don't have the same configs, so it can work on...

From what I've plucked on the v3 of the sdk, the iam instance should be created using `Aws\Iam\IamClient` class. Something like ```php $iam = new \Aws\Iam\IamClient( [ 'profile' => 'default',...

Yeah, this should work if you are not using `S3_UPLOADS_USE_INSTANCE_PROFILE ` :+1:

I'm also getting similar error when trying to use the action ```bash with: private-key: *** dep: deploy *** *** *** staging -v (node:2511) UnhandledPromiseRejectionWarning: Error: spawn deployer.phar ENOENT at Process.ChildProcess._handle.onexit...

Ok, so setting it to `GitStaged` fixed throwing of the PHP errors, but I don't get any error reported, and when I run `composer standards:check` I get the error in...