Parth Shandilya
Parth Shandilya
@bofm Can you please elaborate on it and add the necessary things you want in the package. Thanks
Closing this due to inactivity :+1:
@creyD Same is happening , did you had the time to look into this? Some info that might help: I have another workflow where I use the `working-directory` variable and...
@creyD Sure, Here's the workflow file:https://github.com/ParthS007/analysispreservation.cern.ch/blob/prettier/.github/workflows/ui-test.yml and this is the latest workflow run: https://github.com/ParthS007/analysispreservation.cern.ch/runs/7575015767?check_suite_focus=true Thanks for your time.
@creyD Any updates on this bug if you had the time to look into the issue. Thanks
Thanks, The error is not there anymore but I see this [warning](https://github.com/ParthS007/analysispreservation.cern.ch/runs/7608358568?check_suite_focus=true#step:3:1): ``` Warning: Unexpected input(s) 'working-status', valid inputs are ['commit_message', 'commit_description', 'same_commit', 'commit_options', 'push_options', 'file_pattern', 'prettier_options', 'dry', 'prettier_version', 'working_directory',...
@nijel I made the PR for adding delete option to "Automatic suggestions" tab. I have some questions: We are getting translations [here](https://github.com/WeblateOrg/weblate/blob/main/weblate/machinery/views.py#L331) and we are using [this](https://github.com/WeblateOrg/weblate/blob/main/weblate/machinery/base.py#L348) method for translating...
After going through the mentioned commit and the code, I found that, here => https://github.com/WeblateOrg/weblate/blob/main/weblate/templates/mail/parse_error.html, we parse the error and send it in the mail. I made some changes in...
@nijel I have some questions: 1. Where we add javascript code for some actions on html, do we have any rules for that? 2. What the recommended way to test...