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 I have found a bunch of HTML parsers that are similar to Nokigiri written in Swift that I will probably use once I give up on this terrible WebKit NSAttributedString parsing hack I've undertaken as a short term nightmare.