Boux

Results 5 comments of Boux

This thread is incredibly frustrating for multiple reasons: - Gamescope is pretty much the only tool available with any kind of future to add post-processing to games on Linux, as...

I understand, I will try posting this in the `@vitejs/plugin-vue` issues page **EDIT**: I posted it here: https://github.com/vitejs/vite-plugin-vue/issues/178 Here's the version numbers just in case `@vitejs/plugin-vue`: `4.2.3` (works with vue...

@yyx990803 I did a little digging, comparing both vue 3.2 and 3.3's `compileScript` function. Both of them tries to parse the script's content with babel's parser, with a try/catch around...

I currently have a (bad) workaround for this. I simply split up my script from my vue file and just import it in the vue file, for example: `MyComponent.vue` ```...

Followup: for some crazy unexplained reason, after MUCH trial and error, if I add the params `"-c:a", "copy"`, so something like `await ffmpeg.exec(['-i', name, "-c:a", "copy", '-filter:v', 'scale=-2:480', 'output.mp4']);`, everything...