mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

@aral I had to try because I’ve never noticed this. The entire filename still appears case insensitive to me. 🤔

Aral Balkan

@dmnelson Hmm, I wonder if Node.js has some funky import handling on macOS… I just ran into it in my Kitten project where imports success for main.layout.js Main.layout.js and MAIN.layout.js but not for main.Layout.js, main.layout.JS, etc.

Odd.

@aral Interesting. Maybe they have some of their own file comparison logic on top of whatever the OS does and it has a… different… outcome in case-insensitive filesystems.

@gabriel @aral Indeed, you could even choose case-sensitive on HFS+. Though it’s generally recommended to stick to case-insensitive since that’s what Mac software is developed on. In rare situations you may run into software that references file paths with the “wrong” case, and it breaks because the files it’s looking for are not found.