Hacker News new | ask | show | jobs
by kingosticks 1589 days ago
The code formatting is so badly broken now. It simply cannot have been tested. i just can't believe they want it to work like that. i also really hate that copy and pasting into a chat preserves the styling/formatting of the original. why would i want that? and the search... oh the search!
2 comments

If you run teams on light mode and copy paste to someone who's running on dark mode he simply can't see your message cause it's text color is black on black background.

The fact that this happens on a piece of software which natively supports dark mode tells a lot of the amount of testing that teams is getting before being pushed to users.

Wait until you discover that copy and pasting from the chat might introduce no-break Unicode spaces that looks like spaces in most diff tools! I did the hard way.
Seen this. Docker Compose YML files with invisible spaces, because copied from a code block. That's the point of code blocks. No formatting. <pre> and all that. Caused us much pain.