Dario Pizzuto

Results 3 issues of Dario Pizzuto

When I load the photogallery with correct youtube item, the thumbnails inside gallery have grey image and length of 00:00 sec. Vimeo's video haven't this issue. Is it a known...

Referred to [issue 109](https://github.com/mariohahn/MHVideoPhotoGallery/issues/109) The original implementation was did with API v2 which are deprecated right now. I replaced the old implementation with the new that requires an API key...

Let's suppose to have the following docker task within the build.gradle: ``` docker { name "${project.group}/${jar.baseName}" files jar.archivePath, 'Docker_setup/jdk-8u171-linux-x64.rpm' buildArgs([JAR_FILE : "${jar.archiveName}"]) buildArgs([JDK_FILE : 'jdk-8u171-linux-x64.rpm']) noCache true } ``` This...