-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling Images in Problem Description #23
Comments
Hi I would like to work on this enhancement. I have cloned the project and started working already but I have one doubt regarding the 403 Forbidden error when I am trying to build the script locally and install it but the pip install codechefcli works normally. Can u please guide me about what could be the issue? |
Well I have overcome that error using the fake browser option but now for search of the problem it is giving the response as problem statement not found but the exact same problem works on the pip installed version of codechefcli |
Hi The above errors I was able to resolve and I have implemented the feature. Should I file a PR? |
@rishabh3 Sure! |
If this issue still persists, can I work on this? |
I have filed a PR. Please review! |
I'm having an issue with running the default commands. Eg. When I run |
hi I would like to work on this as a part of hacktober fest. Is this still open? |
Currently, if there are image(s) in a problem description, nothing is displayed where the image is supposed to be.
Example:
codechefcli --problem ZUBTRCNT
compare with ZUBTRCNT Problem - CodechefThis can be handled either by
A.) prompting user to download the images found in description, or
B.) providing image url (possibly, in different color) in the description where the image is supposed to be.
The text was updated successfully, but these errors were encountered: