Marcos

Results 4 comments of 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...

![image](https://github.com/pvanek/qlipper/assets/13187467/7a1b24a3-2a46-46e0-9505-426a71417d20) 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...