fk

Results 46 comments of fk

@enaqx are there any specific criteria that need to be met? In light of 77 open PRs, I am not sure whether a PR has any chance of being merged.

Currently, I am seeking alternatives to `create-react-app`, and this enterprise kit seems promising. However, my gripe with starter kits is that they (1.) get outdated incredibly quickly and (2.) do...

Thanks for reporting, additional/improved matchers could be done as a PR. But on the other hand, I am not even sure about the value of those matchers. If you run...

A major goal of attranslate is to make manual corrections as easy as possible (or to translate everything manually). So if you run into matcher problems only occasionally, then I...

I don't have a specific reason for JSON Strings, but it was the first implementation. However, this might be tedious to change because I don't want to break existing workflows...

But anyways, I would be happy to merge a PR that does a simple string-split and remains backwards-compatible, because it shouldn't be more than a few lines of TypeScript.

In my experience, GitHub accepts required checks that have been skipped. This means that you should be able to merge the PR in your screenshot. In other words, if your...

In general, parallelized checks shouldn't be a problem for this Action. The newest release contains a `concurrent_skipping` option. If `concurrent_skipping` is set to false, then parallel workflows won't be skipped....

One example that might be helpful is the following workflow of GitHub docs: https://github.com/github/docs/blob/main/.github/workflows/test.yml They have a rather complex test-setup, and they are using `skip-duplicate-actions` to optimize GitHub's own documentation-workflows.