Shriyam Avasthi
Shriyam Avasthi
@jayam04 > 1. `make clean` > > 2. `make build` Already done that, still the bug persists. > Also, can you tell in which system this occurred. I am using...
Hi @seanlip, I would like to work on this issue, please assign this bug to me. My proposed solution is as follows: 1) Removing line 296 of `extensions/objects/templates/svg-editor.component.html` that is,...
@seanlip I understand that you are referring to those buttons appearing after we draw something on the canvas. So, the original issue was that we had to click on the...
>When can you create it by? As this is my first pull request, I have to read the wiki regarding creating pull requests once more. I will create the PR...
@seanlip When committing the changes using `git commit -m "Message"` I am getting the following errors: `Running pre-commit check for feconf and constants ... Traceback (most recent call last): File...
> i) Are you executing the command from the correct directory? The command is being executed automatically when I execute `git commit` , so I guess it should be executing...
@Akhilesh-max I am pretty sure that this error is occuring due to the `pre-commit-python` running in docker container instead of the root oppia directory. To confirm, I added one more...
@jayam04 These are the outputs: > 3. `git diff core/feconf.py`  > 4. `git config user.email` 4th command executes without any output. 
@jayam04 Thank you for helping out. Following your instructions, I am able to commit changes locally. Now, I am facing another issue, running `git push` leads to `frontend tests failed...
Hi, @HardikGoyal2003 I have fixed the code for quite a while but cannot push the changes. Earlier, I was getting frontend test failures, I tried getting help on the discussion...