StringKe

Results 123 comments of StringKe

As a rule of thumb, react projects that use tailwind are likely to use a classname helper class like clsx. https://www.npmjs.com/package/clsx

Is it possible to properly collect exception error messages and create issues in a semi-automated way?

> @StringKe Sure, can you help me create an issue for this? create by #72

> Did you clone the project and manually run it directly in Node.js? I want to confirm how you run this whole thing up. > > Can you share the...

With cli you may need to prompt the user to pass node V8's configuration `--max-old-space-size` to extend the amount of memory available to the node when it runs out of...

> For 2, you mean like collecting what rules users tend to enable? yes, or collect some minimal chunks of code that have not been hit by any rule for...

Maybe there is a need to add a feature to generate a commit message with some optional files. I use it in front-end projects where some html / svg code...

I think it's important to include some lock file changes in addition to removing spaces, and I don't know if you know about node package management tools like npm yarn...

The files `a` `b` `c` `d` are all in the git staging area, which is all the files in this commit, but the `d` file is a lock file it...

Yes, the understanding is correct. of course there is another way of solving it, I guess. 1. sort by number of changed rows in positive order (most changed at the...