Jaroslav Polakovič

Results 12 comments of Jaroslav Polakovič

The problem is this plugin doesn't take the set `baseUrl` into account. I worked around the issue in my project by dynamically setting the `nodePath` option to the absolute path...

I would like to +1 this request, too. I don't want to install many tweak utilities to my system, but PowerToys (with their FancyZones) are a must and it would...

@quanhoang288 The commands used to generate the sample videos are a part of the posts that explain streaming: * https://kinoweb.dev/streaming-basics/ * https://kinoweb.dev/efficient-formats/ See the "Example FFmpeg command" section in both...

Thank you, Kamalesh, this is interesting and not expected. > This can be confusing to the user, since we claim that all videos are downloadable for offline viewing. Clearly the...

**Update:** Investigated further and the reason for the playback break is this: * The hero video is a DASH video, the issue is not going to happen with non-streaming sources....

@kkalarickal Agreed, the `Download` button should work regardless of connection status. I believe you've encountered an unrelated issue that has been fixed in the latest batch of updates. Can you...

@kkalarickal Yes, cutting the connection is a case different from selecting "Offline" in the dev tools. From the [MDN documentation about `navigator.onLine`](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine): > So while you can assume that the...

I've re-tested the issue here and I now believe fixing it would be a significant lift that is unlikely to be worth the effort. * The "Download" button is a...

Hi @colis – in order to disable Cloudinary processing in Gutenberg context, which includes patterns, you might want to try this snippet: ```php namespace Cloudinary; add_action( 'init', function () {...