Ville Säävuori

Results 34 comments of Ville Säävuori

I forked the project and spent some time to get one-off build working. I didn't have time nor energy to get full workflow updated but there's a one-off working copy...

This looks great! I was stalled on my attempt at this as I had to jump to another project, very happy that there's a better version now in the works!...

I bumped into this w/ v.27.2.3 on macOS 12.1. After the crash OBS also won't start anymore (crashes immediately) so I'll need to reset my settings to get it back...

After a quite a bit of debugging, I'm unable to find any other way to work around this but to run OBS from the DMG which seems to work as...

I assume no one is working on this precisely because it affects only a small number of users. More data for reproducing the issue and crash logs would probably be...

Is there a way to disable ``-related errors in Vetur / work around them somehow without turning off all validations? Would like to upgrade my code to the new syntax....

I'm having the exact opposite problem. My tests run fine locally but always break with this error in CI (using docker builds on GitLab). Adding the following to my package.json...

Not sure if this should be different issue or no but the search on the documentation site doesn't find *anything* with "drag", "dragging", or "data-tauri-drag-region" even though the string data-tauri-drag-region...

vue-fontawesome doesn’t currently support Vue 3, hence this ticket.

Vitest supports coverage via [c8](https://github.com/bcoe/c8). Playwright does not yet support coverage out of the box, but there's a ticket for tracking the feature request: https://github.com/microsoft/playwright/issues/9208