Timur Guseynov
Timur Guseynov
@mifi I think I solved it by using stop and adding `speedFactor = layerDuration / inputDuration;` if layerDuration isn't equal to userClipDuration
@mifi Thank you for your reply. Btw the program is just so awesome :)
Hi @mifi thanks so much for this awesome peace of art, the framework is really great! One question, I'd like to add vignette effect to a video, what is the...
Wow, thanks @mifi, it works 👍
This might work: ```javascript var e = new MediumEditor("[contenteditable=true]") e.subscribe("editableKeydownEnter", (event, element) => { if (event.shiftKey) { event.preventDefault() event.stopPropagation() MediumEditor.selection.getSelectionStart(this.options.ownerDocument) MediumEditor.util.insertHTMLCommand(this.options.ownerDocument, "") } }
I had a similar problem, no logs, no response and it turned out that the machine wasn't starting with UEFI firmware enabled. Setting firmware legacyBIOS to true worked. ```yaml firmware:...
I saw switching to fedora didn't work for @Asutu, maybe this will work. Probably need a new issue for that
@derekcollison Seems like there is also might be a problem with docker swarm nodes drain command. Seems like when it's being called without calling linux sync command right before the...
@ripienaar thank you so much for your answer, I hope we will try it out soon)
That would be an awesome feature, as that way, it's possible to put everything related to partial in one place, like a component in modern frameworks.