Oscar Beaumont

Results 269 comments of Oscar Beaumont

I recently did something like that for another project but it didn't click in my mind that I could use it here. I will try that! Thanks for your help!

Being able to download a pre-compiled binary would be way faster in CI workflows such as GitHub Actions. Currently, it takes around 4m 30sec to install the CLI while downloading...

@sindresorhus Like previous messages said, could a function be defined to handle these errors. I use electron-store for a hand editable config and I would really like to prevent the...

@radicaldrew If you got it working it would be awesome to see how you did it as I have a similar problem to this one with my app [ElectronPlayer](https://github.com/oscartbeaumont/ElectronPlayer) which...

@bolshoytoster moving away from `libavresample` is pretty out of our control as it's coming from [ffmpeg-next](https://crates.io/crates/ffmpeg-next). If anyone wants to do an upstream fix that would be appreciated but I...

It looks like we are already using a version of the crate with that PR merged so maybe give that a shot without that dependency.

I gave it a shot by removing `libavresample-dev` from the dependencies and it seemed to work on PopOS. I updated the setup script so it doesn't include `libavresample-dev` on PopOS....

@jamiepine requesting your review. Original PR can previewed [here](https://spacedrive-landing-1swvo0oek-spacedrive.vercel.app/roadmap). My changes can be previewed [here](https://spacedrive-landing-psan9vphe-spacedrive.vercel.app/roadmap).

@jamiepine what else need to be done before we can merge this? I would be nice to get it deployed!

We are going to need to look into this then because a user definitely can't be expected to install Ffmpeg alongside the app. Currently, the team is focusing on building...