Open nkkko opened 2 months ago
/bounty $20
/attempt #5
with your implementation plan/claim #5
in the PR body to claim the bountyIf no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.
Please respect others by working on PRs that you are allowed to submit attempts to.
e.g. If you reached the limit of active attempts, please wait for the ability to do so before submitting a new PR.
If you can not submit an attempt, you will not receive your payout.
Thank you for contributing to daytonaio/devcontainer-generator!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🔴 @AliYar-Khan | Oct 10, 2024, 7:20:15 PM | #33 |
/attempt #5
I will install pytailwindcss to generate the css as listed here https://pypi.org/project/pytailwindcss/
sounds good @AliYar-Khan
@nkkko thanks ... Also i want to tell that uvloop is not supported in windows. In fact it is not being used in the project as well. So can i remove it ?
@AliYar-Khan Project for sure would benefit from some optimisation, sure you can remove it if it is not used.
@nkkko there are some classes on main.py that are being used in main.js. Should I remove them as well? Also while I am trying to generate, it is giving me this error "An error occurred: {'code': '42P01', 'details': None, 'hint': None, 'message': 'relation "public.devcontainers" does not exist'}"
What does this mean ?
/claim #5
💡 @AliYar-Khan submitted a pull request that claims the bounty. You can visit your bounty board to reward.
/cancel #5
Is your feature request related to a problem? Please describe. The current project utilizes Picocss for styling the frontend. Tailwind CSS provides a more modern, utility-first approach to styling, which can make the codebase cleaner and more maintainable. Additionally, there is some mix of tailwind already in the frontend that needs to be cleaned up.
Describe the solution you'd like
Additional context Please ensure that all sections in
content.py
are updated to reflect the changes. Below are some specific sections that will need modification:hero_section
generator_section
benefits_section
setup_section
examples_section
faq_section
cta_section
footer_section
Review and update
main.py
and other related files to ensure integration is seamless and effective. Make sure to test thoroughly to maintain the functionality and design consistency.