SweetPPro

Results 73 comments of SweetPPro

> @sweetppro https://github.com/transmission/transmission/suites/11078109661/artifacts/563647510 to make CI happy oops... I thought I already ran the code style check. @ckerr thanks

Good point, I just saw a PR i could quickly write. I have no skin in the game. I never use Groups 😊

@couer why close? this is a direct precursor to that issue. I can probably add that functionality into this PR

I set the 4.1 milestone on this, so there's no rush to merge

looks like the _easiest_ way to accomplish this is to convert the OutlineView from Cell based to View based. not a trivial change

Closed in preference to this more complete solution: #5147

this is also still happening for me with the xml, and sql extensions

did you ever figure out the cause of this? I get the same thing on OSX 10.11.1

ah - you rock! thanks! Ive been trying to figure this out all day. I took your advice and renamed: - (NSString *)XMLString; To - (NSString *)XMLDictionaryString; then it worked...

It wasnt that difficult to add a quick dark mode style using the Admin Appearance overrides: css: ```css .tox-tinymce { opacity: 0; } .tox-tinymce.show { opacity: 1.0; } @media (prefers-color-scheme:...