Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

@brad-decker are you still interested in crafting a PR? No worries if not, just checking if the task is taken.

I was desperately trying to publish a [fork](https://github.com/gicentre/markdown-preview-enhanced-with-litvis) of [markdown-preview-enhanced](https://github.com/shd101wyy/markdown-preview-enhanced) now and wasted more than an hour. Here's what I saw no matter what options etc. I tried: ``` apm...

Same here: https://github.com/snyk/cli/issues/1518#issuecomment-974822508 Yarn 2+ (Berry) is widely supported by dependency tools, including Dependabot (https://github.com/dependabot/dependabot-core/issues/1297) and Renovate (https://github.com/renovatebot/renovate/issues/5230). I had to disable Snyk for projects updated to Yarn Berry. Examples:...

The new default port is 3000, so I guess that the issue can be closed šŸ‘

> lmk thoughts re: relative priority. This PR is quite big and hard to review, so let's abandon it. What I suggest doing instead is: 1. Improve ESLint setup in...

The solution to this confusing issue has been up for nearly 10 months: https://github.com/actions/labeler/pull/316 šŸ˜” Any chance we can get it merged before NY2023? šŸ¤ž In the meantime I am...

I deleted the fork to clean up the list of my repos. Feel free to re-use the diff in this PR though!

A couple of own findings on this topic: https://github.com/mui/material-ui/issues/32916#issuecomment-1789913577 **TLDR:** I managed fix this problem by adding `_document.tsx` with ``.

I’d love to be able to set `reportUnusedDisableDirectives: "error"` instead of `true`. At the moment, it is necessary to add `--report-unused-disable-directives` to every monorepo workspace and this is easy to...