Sam
Sam
@franciscop You need to use `Bun.write` and `Bun.stdout` together: ```js // log a file to stdout await Bun.write(Bun.stdout, Bun.file("input.txt")); ```
Someone else brought this up but they closed their issue: #117. Not sure why but I'll try looking into this. I don't have an Amazon Fire but I believe it...
Can you confirm that you can login to Twitch using your phone's browser?
@KandiPanda That definitely sounds like it could be the issue. Unfortunately, I don't know of anything I can do to fix something like that. If you find anything that Twire...
Nope, I get notifications about everything in Twire. I'll look into seeing if I can implement one of those solutions into Twire.
Are you having this problem on 2.10.3?
As zeropi2021 mentioned, login is now required due to changes that Twitch has done. Unofficial APIs (like GraphQL) would need to be explored to get this information without logging in....
Thanks for feedback everyone, let me try to address some of it: > @Perflyst > As far as I know NewPipe also uses ACRA but they don't send data from...
@roshavagarga 1. Definitely, if the user hasn't told us what their choice is, no reports will be sent. If they choose the "Never send reports" option, then they will continue...
I fixed a bug where the VOD chat would stop before the end of the VOD: 4f9f34fb0be6b3d1ce72c6e0b0d6cb41e265134c Is that what you are experiencing?