Razon Yang
Razon Yang
@Zer0xxxx GitHub actions can be ran on Windows, there is no `/tmp/` on Windows (although other approaches are same), I'd recommend leaving a separate section/paragraph about this approach, rather than...
> Are there any use cases that I might miss where launching the action in a workflow on Windows is better than on Ubuntu? Maybe tests purpose, to make sure...
Lack of time to resolve conflicts, and env approach is not bad, closing this for now.
+1 for this feature, most of the users of my images prefer to use GHCR than Docker Hub, the number of downloads is almost surpassing Docker Hub's.
What about parsing HTML other than using API as a provisional solution?
> Why wouldn't you use [`setLocale()`](https://github.com/yiisoft/translator/blob/master/src/TranslatorInterface.php#L27)? Sorry, I didn't notice that, is this method can be used in RoadRunner and Swoole safely?
Hi @xepozz, I just tested it in RR and Swoole, the RR seems fine with the `setLocale`, but Swoole does not. > I guess requests are blocking in RR single...
Hi, I forked the yiisoft/app-api and created the [swoole](https://github.com/razonyang/yii-app-demo/tree/swoole) branch for checking this case. > Changes can be found at https://github.com/razonyang/yii-app-demo/commit/13300e05cafe016785e439c92ef81f36308c7e76 and https://github.com/razonyang/yii-app-demo/commit/d1e9ccb58e56b18dfef27cb4b7e1a53533429b7e > Swoole runnner adapter https://github.com/razonyang/yii-runner-swoole Steps for...
@VM-137 Hmm, that's weird, it should use `en` as fallback, do you have a public repo for reproducing the issue?
@VM-137 Confirmed, it was caused by the missing translations, for now, you can preserve the `defaultContentLanguage` as `en`, and configure your langauge in `languages.yaml`, so that it will fallback to...