Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

Same problem here on iPhone 12 Pro for jpegs that are over about 7MB in size and over about 10K pixels in width. On the video below I first clicked...

I believe this should be done via a mermaid plugin, see https://github.com/prettier/prettier/issues/13821. There is also https://github.com/mermaid-js/mermaid/issues/2903. Alternatively, we can maintain a list of markdown block languages which are sensitive to...

I believe that from the JS parser's POV, those empty lines with semicolons are their own statements. See [Automatic Semicolon Insertion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#automatic_semicolon_insertion) for details. So essentially we have this: ```js let...

Yeah, that'd be useful. Despite that, an option to remove all dots would be a useful thing too. It may be something to do with my perception, but I can't...

@19majkel94 this array of marks looks much easier to glance through!

@19majkel94 would you like to give it a go? I've got only one week of experience in VSCode, need to mature a bit first 😅

Possible duplicate of https://github.com/francoismassart/eslint-plugin-tailwindcss/pull/42 and https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/276. See https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/276#issuecomment-2481272848 for a potential workaround

> Maybe it is something with your environment? 🤔 Sure! Operating System: macOS 15.5 Node version: 20.19.3 ESLint version: 9.31.0 Tailwindcss version: 4.1.11 I just ran `TIMING=20 pnpm lint:eslint` again...

Just ran ESLint in CI with `TIMING=20` again, seeing this: ``` Rule | Time (ms) | Relative :--------------------------------------------------------|----------:|--------: better-tailwindcss/no-unregistered-classes | 32890.086 | 29.3% better-tailwindcss/enforce-consistent-important-position | 19197.023 | 17.1% better-tailwindcss/enforce-shorthand-classes |...

I have just tried `v4.0.0-beta.2` and wow - it’s quite a big difference! ## v3 = 112s ```txt Rule | Time (ms) | Relative :--------------------------------------------------------|----------:|--------: better-tailwindcss/no-unregistered-classes | 33270.112 | 29.6%...