silverwind
silverwind
> Many translations in non-English locale are out-dated or event incorrect, because they didn't get updates when the English messages change. We need to invalidate all affected tokens in all...
I think a good first step is when someone with access to crowdin admin panel would take a look at integrating https://github.com/crowdin/github-action, replacing the current ini workflow. Maybe a small...
One step I would like to do is to flatten the ini to make the keys greppable, e.g. turning ```ini [foo] bar.baz = qux ``` into ```ini foo.bar.baz = qux...
I only reproduced on a private CI, but I guess I can try setting up a demo repo on GH actions. Currently, I use `docker build` instead of `docker buildx`...
I just retried with latest and it worked, so I assume it must have gotten fixed in the meanwhile. This is the working version: ``` + docker info Client: Version:...
Will tweak tests a bit.
Ok, tests are fine now.
> This seems great, except that it's best when boolean arguments default to false. Can you come up with an alternative name for it so it can default to false?...
Inverted it, so now it's `ignoreUnusedTypeExports` defaulting to `false`.
This CI failures seem intermittent and the coverage annotation "Added line #L518 was not covered by tests" is incorrect, I verified the line is being hit during tests.