CasualDeveloper
CasualDeveloper
## Description With v3.0.0b3, starting/restarting MMF always has the Menu Bar option enabled for buttons even when nothing in configured for them in the app. ## Steps to reproduce –...
While Battle Powers like Attack/Defense/Critical/Accuracy are unlimited, Field Powers like Hatching/Bargain/Prize Money/Exp. Point still have time limits. Also I can't seem to use Max-level powers even if my gauge is...
So for example, it’s saying I have completed 12 milestones and 5 races when it should be the other way around. And if I turn off the “Challenge Blacklist member...
Here’s an annotated screenshot: 
## Background This RFC proposes a new type of quirk that would make it possible for a browser or password manager to stop suggesting saved passwords when a site is...
**System and IINA version:** - macOS 10.12.5 build 16F73 - IINA 0.0.9 build 21 **Expected behavior:** Integration with Trakt.TV IINA would be much better/useful if it syncs the videos it...
## Summary - Add configurable `session_list_limit` for the session picker (default 150) - Apply limit only when not searching (search continues to use server-side limit 30) - Regenerate SDK types...
## Problem In long conversations, users cannot scroll back to the first message. The TUI only loads the most recent 100 messages, with no way to access earlier history. ##...
Adds three optional theme tokens for XML/HTML syntax highlighting: - `syntaxTag` - tag names (fallback: `error`) - `syntaxAttribute` - attributes (fallback: `syntaxKeyword`) - `syntaxTagDelimiter` - `< > /` (fallback: `syntaxOperator`)...
## Problem XML/HTML tags are styled using hardcoded color mappings in `getSyntaxRules()`: ```typescript { scope: ["tag"], style: { foreground: theme.error } }, { scope: ["tag.attribute"], style: { foreground: theme.syntaxKeyword }...