Tac Tacelosky
Tac Tacelosky
Thanks, I'm running into this composer require agence-adeliom/easy-media-bundle:3.x-dev -W ``` - Root composer.json requires agence-adeliom/easy-media-bundle 3.x-dev -> satisfiable by agence-adeliom/easy-media-bundle[3.x-dev]. - agence-adeliom/easy-media-bundle 3.x-dev requires maennchen/zipstream-php ^2.1.0 -> satisfiable by maennchen/zipstream-php[2.1.0,...
I think the problem is with the zip library, requiring psr/http-message 1. ``` ~/g/sites/sais$ composer require agence-adeliom/easy-media-bundle:3.x-dev -W Activating installation... ./composer.json has been updated Activating installation... Running composer update agence-adeliom/easy-media-bundle...
Can you change that library to dev-main instead of 2.0? dev-main fixes the problem in the zip library
Thanks. Getting close. ```bash - Configuring agence-adeliom/easy-media-bundle (>=3.x-dev): From auto-generated recipe Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 1 !! !! In ArrayNode.php line 213: !!...
this looks great! I'd love to combine it with a way to automatically retry "server busy" until a better status code (200, 404, 50x) is returned. In particular, the server-busy...
So as long as everything is set to /public, I can see images. Obviously I'm missing the mapping between the disk paths and the logical path. And I'm not sure...
ok, i think something else must have been wrong in my code.
I'm still stuck on this. Any idea why https://vt.survos.com/en/chijal isn't installable? Locally, here's the manifest from pwa-bundle's debug. I couldn't find 'manifest' in the Chrome dev tools (Ubuntu)
DOH! Merci.
Any suggestions on how to solve this? Like waiting until a particular element appears? In this case, it loads datatables and all its plugins, then loads a batch of data...