Paris Paraskeva

Results 18 comments of Paris Paraskeva

thanks for the reply Barry, as I am reading I might need to stick away from twig 2.0. if latest version installs it since it drops php 5.x support! I...

It’s a real shame that copy paste and scrolling with a magic keyboard does not work on the iPad! Was planning to do some real work in codesandbox! It’s a...

just use gitpod until code sandbox handles iPad in a better way. gitpod is not perfect, you might need a bit more time to setup your project initially, but its...

+1. symbol links are necessary here as well! both for remotePath and while browsing project files via the sidebar!

I utilized events to disable keyboard navigation on the other slider when opening lightGallery and solved my problem. Clean enough solution! keep up the good work

I am looking to use cookies as well for storing the cart contents. Reason is simple since I want the contents to persist across sessions so that its convenient for...

@darryldecode As I understand operations that the driver needs to utilize are only put and get operations. So this can possibly be a simple class with 2 methods basicly doing...

Didn't realise that strorage driver was hard coded. Might be a good approach to load all $storage, $events, $instanceName and $session_key from a config file, if they are defined! so...