Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

Has anyone found a solution to this? I am migrating a project from `next-i18next` and have to replace string message keys with the typed ones in a few places. I...

Object support comes with its caveat: https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/267 I removed `clsx` from within `cn` recently, it was quite quick. Replacing `{ 'class-name': condition }` with `condition && 'class-name'` was rather painless....

Another performance optimization request: https://github.com/prettier/prettier/issues/4459 (not quite relevant, but might be still worth linking)

[`react-hotkeys-hook`](https://github.com/JohannesKlauss/react-hotkeys-hook) seems to be [catching up](https://npmtrends.com/hotkeys-js-vs-keymaster-vs-react-hotkeys-vs-react-hotkeys-hook-vs-react-keyboard-vs-react-keys-vs-react-shortcut-key-vs-react-shortcuts): ![Screenshot 2023-12-07 at 15 02 04](https://github.com/greena13/react-hotkeys/assets/608862/c4b8229c-39c6-4123-bcfa-de279fe51e5f) Download stats for `react-hotkeys` (🟢) decline quite quickly at the start of 2021. Does anyone know where all...

@farukparhat I know it’s been a while since you’ve asked this question, but have you found a solution? 😅

Please add 👍 or ❤️ to the original comment instead of adding new comments. Emoji reactions matter because issues can be sorted by them, thus helping the team with backlog...

This issue is in top-10 [by the number of ❤️ reactions received at all times](https://github.com/microsoft/playwright/issues?q=is%3Aissue+sort%3Areactions-heart-desc):   This feature request did not get any 👍, but if imagine all ❤️ replaced by...

For those who are looking for a temp drop-in solution, I can recommend [anishkny/playwright-test-coverage](https://github.com/anishkny/playwright-test-coverage), which is [available on NPM](https://www.npmjs.com/package/playwright-test-coverage). It uses Istanbul instead of C8, which allows to collect coverage...

What if that destination gets the namer as an additional parameter in the constructor? `Backup::fromFile($filename)` becomes `Backup::fromFile($filename, $namer)` too. Then if the namer is of type timestamp and it is...

Getting something similar in a Next.js app. @tomi have you found a workaround by a chance? ``` RangeError: Maximum call stack size exceeded at RegExp.exec () at retrieveSourceMapURL (/path/to/project/node_modules/source-map-support/source-map-support.js:144:21) at...