Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

@tgrassl I haven't seen this error for quite some time despite using `ts-node` in a few projects. I also don't remember what exactly I was doing when the error [occurred](https://github.com/evanw/node-source-map-support/issues/252#issuecomment-544894834)...

> I'm running Node v18.10.0 Please see the [first comment](https://github.com/vercel/next.js/issues/54708#issue-1871399938) ๐Ÿ™ > In investigating these we were able to find there was one memory leak in Node.js itself when using...

@na0495 my reply was related to a comment by @nick-myers-dt, which he has edited afterwards. My suggestion here matches what Tim says in the [first comment](https://github.com/vercel/next.js/issues/54708#issue-1871399938): update Node from 18.ร—...

Replacing `next/some-entrypoint` with `next/some-entrypoint.js` works, but itโ€™d be great to avoid it. If `next` adds `exports` into `package.json`, it will be possible to use `next/some-entrypoint` consistently. You can find an...

There is no need for a Prettier plugin if this ESLint plugin is installed. But if you still want to use both, you can disable a ESLint rule that sorts...

Looks like it's available now (just not as a default): https://github.com/aws-amplify/amplify-hosting/issues/3773#issuecomment-1811288919

Just bumped into code where duplicate class names were not detected: ```ts cva(['w-full', 'w-full'], { variants: { good: 'w-auto', bad: 'w-random-value' } }) ``` Having two strings in the first...

๐Ÿ‘‹ @francoismassart! Would you be willing to a accept a PR for this?

Happy to try a PR if it has chances to get released. The latest commit [on `master`](https://github.com/francoismassart/eslint-plugin-tailwindcss/commits/master/) was on Jun 27. I just want to make sure that the repo...

๐Ÿ‘‹ @francoismassart, congrats on a new release and thanks for merging #308! Glad that youโ€™re still looking after this plugin. WDYT of `tailwind/whitespace` as a new rule? I can try...