18
Apple is getting on my nerves
(lemmy.today)
DESCRIPTION: A space for anyone who uses Apple products, appreciates what they get right, and wants to talk plainly about what they don’t. This is a friendly place for healthy criticism. You don’t have to love the company. You don’t have to hate it either. If you want honest discussion about Apple hardware, software, ecosystem choices, design decisions, frustrations, or pleasant surprises, you’re welcome here.
RULES: This is a place for:
This is not a place for:
You use Apple. You think about it. (Maybe you think different). That’s all it takes to participate here.
What app are you running in order to edit the text files?
My guess is you’re using something meant for word processing, not working with dev tools, which could mean you’ll run into more problems than this.
Line endings, tabs vs spaces, BOM, etc. could become hard-to-debug errors if you’re not using a tool that’s designed with code/config files in mind.
I use SSH for most things, so it does not become a problem. For some things, I have to use a web GUI where this happened. But it is not coding that I do in the browser, I just enter some variables into docker compose files or search some things.
Ah. Yeah, that makes sense it would be more likely to happen with a web GUI. You might wanna make a bug report, cuz there are some things they could do to mitigate this if it seems like a common potential problem.