Haowei Hsu
Haowei Hsu
Hello, @Tiryoh I met the same error when using `Tiryoh/gha-jobid-action@v1`. In my workflow, I use a stragety matrix to traverse from CMake version `3.0`~`3.29` and `master`. However in these runs...
@generalmimon > So please make sure that adding the `per_page: 100` setting to `Tiryoh/gha-jobid-action` doesn't fix the problem for you, see e.g. https://github.com/kaitai-io/ci_targets/commit/87a5b9528a4a8f3037be840a557dd31d90c22cc2 for inspiration. After setting `per_page: 100` and...
Hello, @Tiryoh > If someone has a request to use this tool with more workflows than 100, I would be happy to work with to find a way to implement...
@Gruntfuggly So suppose that I want to add a **"Traditional Chinese (Taiwan)"** localization. All I need to do is: 1. Copy and paste a `package.nls.json` and rename to `package.nls.zh-tw.json`. 2....
@Gruntfuggly In fact, I've already started to working on the `package.nls.zh-tw.json` in my forked repo: * Link: [package.nls.zh-tw.json](https://github.com/hwhsu1231/todo-tree/blob/package-nls-zh-tw/package.nls.zh-tw.json) After completing the translations, all I need to do is to submit...
@Gruntfuggly I noticed that some translation entries in `zh-cn` are missing when I was translating `zh-tw`. I think it might be because `package.nls.zh-cn.json` wasn't updated in sync when updating `package.nls.json`,...
@Gruntfuggly - I've submitted a PR to add `zh-tw` translations (#756). Please take a look.
I manually copy the `PATH` environment setup from `conanrunenv-debug-x86_64.bat` to `conanrun.env`, and it works **"successfully"** without using **imports** section to copy those DLL files.   
I found this issue, which might be related to mine: - https://github.com/conan-io/conan/issues/8714 I'm confused that **"Does Conan already have other features to generate `.env` file?"**
@memsharded May I ask, you add this issue to the 2.X milestone, will this feature be added in Conan 1.X, recently?