Liam Stanley
Liam Stanley
`computed` is just an extension upon `Ref`, so if `Ref` type is supported, both _should_ be I think (typescript isn't complaining about types at least). My notes about `unref` _should_...
@mrlubos getting the following error (with `computed()` and without).  Not sure if it's something with my setup specifically or not. Can re-test with the example in the PR later...
@mrlubos same example as above. no auth, headers, etc. both this, and this without `computed()`. I don't have any interceptors, middleware, etc that would potentially set them. ```typescript const githubEvents...
~~the frontend portion is a mess (start of a rewrite of my personal website from vue+vite as SPA to nuxt with SSR), thus if you want to wait for something...
@mrlubos header errors are gone, though I'm still seeing issues. The following is still not receiving the updated version of the computed value -- if `page` is updated elsewhere, it...
I've briefly looked into the feasibility of including ffmpeg, and it's not looking great so far. 1. No single download provider provides ffmpeg for all operating systems. - BtbN only...
I don't know if that's something that should be enabled by default (as I think there are various things you can do with yt-dlp that don't require ffmpeg), but I...
I stumbled upon this the other day, wasn't aware it existed: https://github.com/yt-dlp/FFmpeg-Builds I may look at implementing this soon, though the built-in support may not include ffmpeg tools for darwin/macos,...
> Hm outputting a warning if somebody runs it on macOS could be maybe enough here? I think I will make it similar to `Install()` and `MustInstall()`, so `Install()` would...
This has been implemented, though it's not as clean as I'd like, due to some of the issues I outlined above. This PR outlines the new functionality: - https://github.com/lrstanley/go-ytdlp/pull/74