what kind of an open source software ships with LICENSE.MD and LICENSE.md?
Are you just trying to annoy windows users?
what kind of an open source software ships with LICENSE.MD and LICENSE.md?
Are you just trying to annoy windows users?
@foone macos also uses a case insensitive file system so it might be some kinda linux fanaticism
which is honestly fair because i hate how macos uses a case insensitive file system
@foone i once entirely accidentally created a clusterfuck by putting both "int64.js" and "Int64.js" into a "vendor-js-crap/" directory
they weren't equivalent/identical either! iirc one was in CommonJS/npm-style-ecosystem format and the other was in "pre-bundler just import the thing into your page with <script>" format
edit: BigInt didn't exist at the time