Franco Nogarin

Results 19 comments of Franco Nogarin

Hmm I may be confused, but, docker-compose.override.yml is there, and its contents are: ``` version: "3" services: php: image: wodby/drupal:$DRUPAL_TAG environment: PHP_FPM_CLEAR_ENV: "no" volumes: - codebase:/var/www/html nginx: volumes: - codebase:/var/www/html...

I had to install python 3 then reinsitall docker and it worked.

> I'd appreciate any update on this.. I am facing the same thing as well. > > The most frustrating part is I had it working as expected last year...

Nice, I will wait to see this come to fruition. In the mean time I have coded my own jquery UI slider to modify the time parameter on slide then...

Exciting! I hope to test implement it next week! :D Thanks!!!

I now have this working but it involved converting the geojson from the GPX using turf and then feeding it back to the draw module. Not sure there is anything...

In theory a great idea, in practice however, a lot of work to extract the realavant code from my gong-show, but I will put it on my todo list ;-)

Odd, I also see this behaviour on the jquery ui dialog built in close button (X), I dont think I am using preventDefault anywhere, but its the only issue i...