mizdra
mizdra
Thanks for the bug report! Sorry, it is difficult to reproduce or fix the problem because I do not have a windows machine. But you are welcome to send pull-request!
Thanks for the proposal! This feature is useful not only for users who do not use formatter, but also for users who do use formatter. I welcome the addition of...
FYI: I recently developed a tool inspired by `suppress-eslint-errors` called [`eslint-interactive`](https://github.com/mizdra/eslint-interactive). This tool covers the functionality of `suppress-eslint-errors` and supports ESLint v8. Maybe this will help you.
https://github.com/facebook/jest/issues/12270#issuecomment-1111533936 does not work in applications where chalk v4 (without `imports`) and chalk v5 (with `imports`) coexist. So I use the workaround of using jest's default resolver whenever possible. This...
Probably, this problem is caused by `slice-ansi` problem. - https://github.com/chalk/slice-ansi/issues/31 https://github.com/chalk/slice-ansi/issues/31 is not completely fixed, ~but it seems to be fixed only in the case of no wrapping. This fix...
I would like to perform further static analysis based on the sorucemap created by this feature. For example, with this sourcemap, I can create stylelint rules to detect unused css...
@KnifeFed Thanks for reporting the problem! I think the problem stems from another cause, not windows. Could you open another issue? Also, the command example you are providing appears to...
This feature was released by [v10.2.0](https://github.com/mizdra/eslint-interactive/releases/tag/v10.2.0). Thanks for the proposal! @DerekTBrown
FYI: [`browserslist-useragent-regexp`](https://github.com/browserslist/browserslist-useragent-regexp) can generate code to determine if a UA matches. Since this code consists of just a regular expression, it is universal and works in browsers. In addition, it...
It seems to have been implemented in webkit in the following commit. - https://github.com/WebKit/WebKit/commit/6ed0b8b3e00e59aa24ef24296de726e2f4dc4b8b From the assigned git tag, I'm guessing it was shipped with Safari TP 144 and Safari...