Closed nkkko closed 1 month ago
/bounty $20
/attempt #15
with your implementation plan/claim #15
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 |
---|---|---|
🟢 @Dhanus3133 | #29 |
💡 @Dhanus3133 submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @Dhanus3133 has been awarded $20! 🎈🎊
Describe the bug When a GitHub URL with a trailing slash is input into the application, it results in a 404 error.
To Reproduce Steps to reproduce the behavior:
https://github.com/daytonaio/daytona/
).Expected behavior The application should properly handle URLs with or without a trailing slash and generate the
devcontainer.json
without returning a 404 error.Additional context Removing trailing slashes from the URL before processing it should resolve the issue.