ongnxco
ongnxco
I have the same issue on my Mac M1 with Docker and a fresh installation of FN. I am following the Node.js tutorial, and when I reach the part "fn...
Hi @Chris1234567899 , I am using your script with Vite but when it comes to loading the ffmpeg-core file, I encounter this error. ``` Log {type: 'info', message: 'load ffmpeg-core'}...
Its work for me ``` ffmpeg -i input.avi -c:v copy -c:a copy OUTPUT.mp4 ```
> This needs more work because offscreen document needs to be bundled and information about its path is not in manifest. I need help about building the rollup extension. After...
I temporarily use this method: offscreen.html, offscreen.js Use the plugin: rollup-plugin-copy to copy these 2 files to the dist folder or add offscreen.html to web_accessible_resources for them to be automatically...
> Downgrading Vite to 4.2.x fixed this issue for me: `"vite": "~4.2.2"`. Thanks @thyngster client.ts:78 WebSocket connection to 'ws://localhost/' failed:
> From the error log, it seems this error is related to stale ports -- would it be possible to use the port's `disconnect` handler to catch when the extension...
Hi, may I ask about the code snippet within the file: entrypoints/popup/App.vue? ``` document.title = browser.i18n.getMessage('__MSG_extName__') ``` Even though the code still returns the expected result, in Visual Studio Code,...