-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix Button Visibility Issue on Bug Bounties Page #2414
Fix Button Visibility Issue on Bug Bounties Page #2414
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
thank you for the contribution, please make sure to add yourself to the contributors file |
Hi, I am currently encountering an issue while trying to run a local setup to pass test cases before merging a pull request. My Poetry-managed project requires Python 3.11.2. However, my current setup has Python 3.11.5, which does not support the Poetry shell for this project. I attempted to uninstall Python 3.11.5 and reinstall Python 3.11.2, but I faced issues verifying the installation of Python 3.11.2. I also referred to several setup guides and videos but could not find a solution to resolve this issue. Steps Taken: Uninstalled Python 3.11.5. Could you please provide guidance on correctly setting up Python 3.11.2 for my project to ensure compatibility with Poetry shell? Any detailed steps or troubleshooting tips would be greatly appreciated. Thank you for your support and encouragement. Best regards, |
To resolve the issue of setting up Python 3.11.2 for your Poetry-managed project, follow these steps to ensure a correct and clean installation:
Troubleshooting Tips:
Following these steps should help you set up Python 3.11.2 for your project and ensure compatibility with the Poetry shell. If you encounter any specific errors, please share the details, and I can provide more targeted assistance. |
Dear DonnieBLT Sir, I noticed that beginners, like myself, might encounter difficulties in setting up Docker environments, especially when trying to find Python 3.11.2. For those facing challenges, I recommend following this step-by-step guide: -Install Docker and sign in with your respective email. -Copy and paste: docker ps in local terminal as mentioned in NOTE bash Copy code
|
username and password is it safe using my mail id I did not get email for conformation my mail id |
I'm not seeing any issue with this code, so I have approved it. |
looks like you need to run pre-commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please format with pre-commit
Did you get it @MAHALAKSHMImahalakshmi ? |
Pull request was closed
Summary
This pull request addresses an issue where the "MORE INFO" button on the Bug Bounties page was not visible by default and only appeared on hover. The button is now visible at all times and changes color when hovered over.
Changes Made
Testing
Screenshots