Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

@itpropro you can use this workaround: https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/280#issuecomment-1746781848. There is no need to wait till all plugins have migrated to flat config.

👋 @Aragur not sure what the bug is about. If you reorder class names as the rule suggest, what happens? There is a _Quick fix_ button in the popover on...

@kessler see discussion here: https://github.com/rlidwka/sinopia/issues/376

My current solution is this: ```js /** * Recursively removes null and undefined values from an object * https://stackoverflow.com/a/54707141/1818285 * TODO: consider refactoring (avoid conversion to string) */ export const...

![futurama-good-news-everyone](https://github.com/actions/labeler/assets/608862/fc651aac-c270-4027-b7fe-afad9de1f520) The [`dot` option](https://github.com/actions/labeler/releases/tag/v4.1.0) is `true` by default in v5 🎉 Release notes: https://github.com/actions/labeler/releases/tag/v5.0.0

@panticmilos @marko-zivic-93 🙏

PR reviews in open-source repos may take time; this is normal. If you are blocked, feel free to configure your codebase with [a forked action](https://github.com/kachkaev/labeler/tree/dot-option), which already supports `dot: true`:...

@IvanZosimov, @panticmilos I just synced my branch with the latest `main`, all tests pass locally. How can I help with getting this PR in? The change is non-breaking and [has...

What else are we missing before the PR can be merged? 🙏

[v4.1.0](https://github.com/actions/labeler/releases/tag/v4.1.0) is out with this new option 🎉 If anyone has been using my fork, please switch back to the official labeler action: ```diff - - uses: kachkaev/labeler@012b89238e3fa57d7af8ee028f02be6d421f184f - ##...