Gabriel
Gabriel
create a `values-` dir and translate this file there `/app/src/main/res/values/strings.xml` like `/app/src/main/res/values-fr/strings.xml`
root cause for this annoyance is caused by whatever is creating the default/template for `/android/_android.iml` It hardcodes the line ``` ``` which is not based on any sensible actual value...
@xster (based on https://github.com/flutter/flutter/commit/a2e5e074ab4318aa07758c875811f4170f0c60d4) do you know what creates that template? should that file says `` instead?
Why are open source people complaining? Have GPL FUD gone crazy again? it's actually pretty simple https://www.gnu.org/licenses/gpl-faq.html IMO for JS client side code, even gpl3 would not impact your open...
Edited the title, this is only an issue with `creatable` and `freeSolo`. If you pick a suggestion, you do get the onChange call. But no other way (if not using...
It's ironic that this issue was opened trying to add systemd, as it have the exact same issue with some keys randomly acting as array append while most others do...
buildah already shows warnings for even more obvious things when `config --entrypoint`, such as: > WARN[0000] cmd "${LPORT:-9999}" exists and will be passed to entrypoint as a parameter If you...
trying to look at the code but searching for PROJECT_PATH only shows where it is assigned to env, :shrug:
Also tried `project_path: ./` same error. With `project_path: ../` error actually shows the correct place for gradlew > [!] Couldn't find gradlew at path '/home/runner/work/repo_name/gradlew'
seeing https://github.com/fastlane/fastlane/blob/HEAD/fastlane/lib/fastlane/setup/setup.rb#L61 i tried to fake a directory there with `project-path: ../../repo_name` but it ends up the same as `../` > [!] Couldn't find gradlew at path '/home/runner/work/repo_name/gradlew'