Tilen Hosnar
Tilen Hosnar
Hello. In YUVCanvas.js file I saw in drawNextOutputPicture method param called "croppingParams". Is there any way we can use this to crop the frame? And if so, could you provide...
Has anyone figured out how to require leading space between two mentions in contenteditable div? I've set "requireLeadingSpace" option to true and it works for normal text. But when I...
I need to implement audio selector with a few different sounds that user can then select. On development it works fine, but when I package app, I am getting this...
If i try to use JS api, without providing any params i am getting this error: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received an instance of...
Hi. A while back after packaging app assets didn't load on production so I fixed that issue by disabling `standard` privileges on `app` scheme (according to this answer: https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/1684#issuecomment-1078832059 Now...