azu

Results 808 comments of azu

We need to define first target who is. - User - CI

In my experience, parallel behavior is fragile and difficult. We should keep a simple. less option is good.

https://github.com/SimenB/available-cpu is useful

https://github.com/piscinajs/piscina is useful

We will make `TextlintCore#setupPlugins` deprecated and throw if testing @ textlint 9.0.

If the usecase is only GitHub problem matchers, we may create new formatter like `eslint-stylish` or `github-actions` - built-in: https://github.com/textlint/textlint/tree/master/packages/%40textlint/linter-formatter - [Custom Formatter](https://textlint.github.io/docs/formatter.html#custom-formatter) The current `stylish` format is a little...

Of course, It is good that we think about relative path outputs options. Related ESLint Issue - [Output relative paths rather than absolute paths · Issue #13376 · eslint/eslint](https://github.com/eslint/eslint/issues/13376) -...

> There are other cases where relative paths are useful so supporting that would be a wonderful feature. Yes, It is the best result. However, textlint has `--output-file` flag. `--output-file`...

Thanks for report. [TextLintResult](https://github.com/textlint/textlint/blob/master/docs/formatter.md) does not have source code yet. So, `pretty-error` has depened on `filePath`. ESLint's message have `source` property. If we want to resolve this issue, we need...

Yes! Welcome to Pull Request.