Timur Guseynov

Results 7 comments of 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