Marcos
Marcos
Try loading the new predis client in `SncRedisExtension.php` instead of profiles (they were removed in predis 2.0), here is an example ``` $profileId = sprintf('snc_redis.client.%s_profile', $client['alias']); $clientDef = new Definition(\Predis\Client::class);...
@mjstealey Thanks for your reply. The wordpress site is running inside the wordpress container. I'm not using anything outside Docker, I just downloaded this repo and started using wordpress with...
Thanks a lot! for the solution and for teaching. I'm using Linux so I had to use http://172.17.0.1 instead http://docker.for.mac.localhost Cron jobs work perfectly fine now. Plugins/Theme editor still doesn't...
 I found these settings to work perfectly fine, just trigger menu (Hotkeys -> History key combination) and it will autopaste. Make sure to install xdotool before (`sudo apt install...
I'm having the same issue, just opened a PR for this.
I can confirm that this is working and solved all my js issues. But I guess this repo is no longer maintained
this tool is indeed broken and apparently abandoned. Check the forks from this repo for an updated version :)
@madox2 @nitzanbueno just pinging you guys since @sodik82 seems to be away from the project