zhub.link is one of the many independent Mastodon servers you can use to participate in the fediverse.

Administered by:

Server stats:

28
active users

Aral Balkan<p>Note: if you want to avoid above-mentioned case sensitivity issues with the rest of your team on Node.js projects if you’re on macOS (the extension quirk appears to be a Node quirk), add this to your jsconfig.json (or TypeScript configuration file if, for some reason, you love having a build process):</p><p>{<br> "compilerOptions": {<br> …<br> "forceConsistentCasingInFileNames": true,<br> …<br> }<br> …<br>}</p><p>More: <a href="https://www.typescriptlang.org/tsconfig/#forceConsistentCasingInFileNames" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">typescriptlang.org/tsconfig/#f</span><span class="invisible">orceConsistentCasingInFileNames</span></a></p><p><a href="https://mastodon.ar.al/tags/NodeJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJS</span></a> <a href="https://mastodon.ar.al/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> <a href="https://mastodon.ar.al/tags/caseSensitivity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>caseSensitivity</span></a> <a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a></p>
Aral Balkan<p>Protip: On Linux, if you rename a file, changing only the case of the file name somehow, e.g.,</p><p>main.layout.js → Main.layout.js,</p><p>Git will pick up the change immediately. </p><p>On macOS, because it Just Works™ and you’re holding it wrong, you have to manually tell it:</p><p>git mv main.layout.js Main.layout.js</p><p>🤷‍♂️</p><p><a href="https://mastodon.ar.al/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> <a href="https://mastodon.ar.al/tags/caseSensitivity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>caseSensitivity</span></a> <a href="https://mastodon.ar.al/tags/git" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>git</span></a> <a href="https://mastodon.ar.al/tags/dev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dev</span></a></p>