Davin Kevin

Results 231 comments of Davin Kevin

+1 with @sarim The video starts but the "play overlay button" stays... If I click on it, it doesn't disappear but the video stops. And if I click again, the...

Same for me... 👍Could we reopen this one?

+1 The goal is to use every parameters defined by OL3 without restriction. If we choose to use this type, we know we are at the bleeding edge of the...

After investigation, it seems ol object are too complexe for the $scope.$watch function. When angular try to do a comparison between two OpenLayer Source object, the browser reach it's maximum...

Hello @stefanprodan and thank you for you answer. I've done a lot of investigation about `kustomizer` and the OCI feature currently (I've read the RFC) in progress in Flux and...

Thank you @stefanprodan for your answer. You're right, secrets/configMap/Immutability can be done but is not compatible with system where you store `base` manifests and configuration in two different places. It's...

If I understand it correctly, a bundle is a set of different source mixed together and it can be referenced as a source from a `kustomization`? It looks good to...

I will have the same need for my application Podcast-Server, which is a downloader with GUI for different source. In the GUI, I should be able to start / stop...

I've handle it in my application with a ProcessListener. You can see the code here 👍 https://github.com/davinkevin/Podcast-Server/tree/master/Backend/src/main/java/lan/dk/podcastserver/utils/custom/ffmpeg https://github.com/davinkevin/Podcast-Server/blob/master/Backend/src/main/java/lan/dk/podcastserver/service/FfmpegService.java

https://gitlab.com/davinkevin/Podcast-Server/tree/aeb34992ebf0262eb063589b67597811e0b09a30/backend/src/main/kotlin/com/github/davinkevin/podcastserver/utils/custom/ffmpeg https://gitlab.com/davinkevin/Podcast-Server/blob/aeb34992ebf0262eb063589b67597811e0b09a30/backend/src/main/kotlin/com/github/davinkevin/podcastserver/service/FfmpegService.kt Sorry for that 😅. I move my project to `youtube-dl` instead of doing the download by myself then encoding it with `ffmpeg`, so I will remove those files...