Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

👋 @JohannesKlauss, thanks for paying attention to this issue! I don’t have spare capacity ATM, so it’d be great if someone else could pick it up. Hope that the issue...

Automatic whitespace removal is supported in `prettier-plugin-tailwindcss` since [v0.6.0](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases/tag/v0.6.0): - [GitHub discussion (feature request)](https://github.com/tailwindlabs/tailwindcss/discussions/7560) - PR: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/272 - [Blog post](https://tailwindcss.com/blog/2024-05-30-prettier-plugin-collapse-whitespace): > **Cleaning up unnecessary whitespace** > When you’re copying around...

Waiting for green light from @francoismassart

@zegs21 consider dropping object arguments completely, as described in https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/267#issuecomment-1907798102. I’m quite happy with just `&&`s for conditional styles after a few months of banning `{ "class": condition }` syntax....

I had the same problem with the bundle. I'm using custom strategy, so the locale is determined by the host name. When the router does not match any existing route,...

Actually a global npm prettier did not work for me on macos too. Defining Prettier's global path directly did though!

That'd be useful for me too. I'm testing a dataset processing script that takes a bunch of yaml files and transforms them. It'd be great if I could watch those...

Temporary workaround: ```js const filewatcher = require("filewatcher"); const doAll = async () => { console.log('script logic'); }; (async () => { const watcher = filewatcher(); watcher.add('/path/to/yamls'); watcher.on("change", () => doAll());...

@shadcn can you please review this one when you have a sec? This should be a quick for a pretty important UI / a11y issue in the docs: https://ui.shadcn.com/docs/theming#list-of-variables ![Screenshot...

Seems related to https://github.com/bmish/check-dependency-version-consistency/issues/344