I could really use some help with macOS UI work for this Mastodon client I'm working on. I'm struggling ridiculously with the core concept of NSTableView cell resizing.

Please boost.

@piecritic wish you the best of luck friend, if I weren't swamped I'd be all for helping ✌️
@eurasierboy one thing you could help me with without doing anything is just telling me the approach you took to parsing the `content` field of the Status entity. :D
@piecritic stripped all the tags using an NSScanner 😛
@eurasierboy LOL that is what i was going to do. fuck
@piecritic it's hardly optimal but given everything is 500 char or less (not including the tags but you get the point) it works Good Enough™. It'd be nice if we'd be able to just get a clean string to begin with though
@eurasierboy we could ask @Gargron nicely for an opt-in query flag that makes it plain text? ;)
@piecritic @eurasierboy Maybe NSAttributedString initialized with the HTML?