CommanderRoot
CommanderRoot
Currently if you reload the page on the "Follower remover", "Blocklist manager", "Subscriber list viewer", "Chat ban manager", "Blocked term manager" and "Video manager" you have to "Login via Twitch"...
As you already have to login you could request a scope which would allow checking if a user is a sub. Doing this would be quite a lot of API...
Currently if you exclude an account it just get hidden without any ability to see or find it afterwards, or reverse the exclusion. The only way to make the account...
[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...
Similar to when going live this would post if the game or title of a channel changes
Possibly support this new status once it's publicly release  [https://bsky.app/profile/dame.is/post/3lphw3vri5222](https://bsky.app/profile/dame.is/post/3lphw3vri5222)
**What happened**: juicefs v1.3.0 can't detect inode usage and thus disables disk cache on `btrfs` formated drives Example: ``` 2025/07/07 21:32:17.721190 juicefs[427525] : JuiceFS version 1.3.0+2025-07-03.30190ca [[email protected]:631] 2025/07/07 21:32:17.722077 juicefs[427525]...
### Steps to reproduce the problem As I'm not 100 % sure what exactly causes this I'm unable to give steps to reproduce the error. All I know that I...
### Describe the bug When running PHP 8.5 this deprecated message is logged / displayed. ``` Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0...