Sam Carlton
Sam Carlton
Can you provide the code sample or page you're trying to use?
It looks like it breaks when the URL redirects for a not-logged-in device. ``` https://www.facebook.com/TheTrueHitman/live Redirects to: https://www.facebook.com/TheTrueHitman/videos/1479500709215605/ ``` ``` https://www.facebook.com/Fb.gameover.here/live No redirect ``` You may be able to fix...
I may be able to write a script that can solve this automatically. If I do, I'll update this repo with the script and a method for using it.
Would changing the functionality of `.throwOnError()` break existing apps that depend on null to represent that the data wasn't found, for example with `.single().throwOnError()`? One alternative could just be more...
Looks like there's an undocumented way to run gguf files here: https://github.com/TabbyML/tabby/discussions/1366 You can try downloading one of these gguf files but I have yet to be able to get...
OpenAI recently rolled out per project API keys with the following format: ```bash sk-proj-abcdefghijklmnopqrstuvwxyz1234567890abcdef ``` Although this article doesn't seem to mention this specific format change you can read about...
Ah, that's tricky. I'll have to take a look at how Vimeo handles vertical thumbnails and see if I can implement a fix
Figured out a command to delete just the Supabase Docker Images here: https://github.com/supabase/cli/issues/1415#issuecomment-2135605792
Thanks for the heads up! I found a new method for accessing the data via YouTube DLP so I just need to find time to implement and deploy it. If...
Thanks for the patience! Looks good.