Nano Miratus
Nano Miratus
For reference, how the ordering issue has been "solved" in a past issue: https://github.com/tc39/ecma402/issues/330#issuecomment-2103421993
Sorry for the triple comment but here a quote from [UTS 35](https://www.unicode.org/reports/tr35/#Canonical_Unicode_Locale_Identifiers) which ECMA402 follows, as far as I understand now: > NOTE: Some people may wonder why CLDR uses...
@sffc That seems logical to me with the only addition that it might needs to be `.getVariants` instead.
> I had to change the build to stop minimizing with this tool since there is no way to make it work. @lcoronelp, how did you do that? And do...
I have this (admittedly bad) setup to get tailwind 4 running with fresh 2: `deno.json`: ```json { "tasks": { "dev-tailwind": "deno run -A --watch=static/,routes/ --watch-exclude=static/style.css npm:@tailwindcss/cli -i static/style.css -o static/style.compiled.css",...
> [@nnmrts](https://github.com/nnmrts) you can try my plugin for fresh 2. I just update my example repo https://github.com/pakornv/fresh-tailwindcss-v4 @pakornv I would if it wouldn't require me to set `"nodeModulesDir"` to `"auto"`....
I'm not linting my `node_modules`... 🙄 The problem is 1. deno doesn't support eslint cli -> i need npm/npx for that 2. vscode-eslint also wouldn't support resolving eslint from deno.json...
I think we are a bit off topic at this point, but anyway: https://github.com/pumpncode/eslint-config I may be somewhat of a perfectionist when it comes to code formatting, but I also...