Cat Chen
Cat Chen
Yup. Especially when html5rocks some Chinese content: http://www.html5rocks.com/zh/
These detectors shouldn't be used unless you know what you're doing. If feature detection is available, you should not use browser detection at all.
* **#110** 👈 * **#273** * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @CatChen and the rest of your teammates on Graphite
Yes... That was Fe library. It was named as Fe.each. I see no reason for a method under Array supporting Object.
I suspect the error comes from here: https://github.com/CatChen/eslint-suggestion-action/blob/8fb7db4e235f7af9fc434349a124034b681d99a3/src/push.ts#L23-L27 Does this error happen if you retry? Does the workflow job have the right permission to fetch metadata about a push?
@Ostiwe I think the issue is `CatChen/eslint-suggestion-action@v2` assumes the config file name: `.eslintrc.json`. Please upgrade to `CatChen/eslint-suggestion-action@v4` and use the `config-path` to set your config file (you mentioned `.eslintrc.cjs`). Let...