Aadesh Kulkarni
Aadesh Kulkarni
@hkirat - The below video is an implementation for Bounty hunter discord notification . If the approach is okay, can add logic for issue creation as well. https://github.com/code100x/cms/assets/67855887/6bcf7cd8-3fad-42fd-b98c-ea961fba8eee
> https://discord.gg/kFxQKbUG Looks good @devsargam. Curious to know the purpose of adding an additional comment on the Gh PR (since the /bounty $x comment also conveys a similar message) On...
> Actually mine approach is even bare minimum since you just need to add the app to github repo Try adding this app to one of your repo: https://github.com/apps/100xbountybot Tried...
Ideally, the pre-commit hook should have not allowed the commit to go through if the linting failed for #199 The first checkpoint can be to fix the pre-commit hook. And...
So, If a user is on Week 12 - Video 2, at 12:35 mins. they close the browser. At any time in future, when they open https://app.100xdevs.com/, it should open...
> Whoever is solving this please attach the video selectors to the video player and remove the buttons we have created on the side @hkirat - 2 clarifying questions on...
I have made the proposed changes on my dev instance. If the maintainers feel like moving forward with this, I can raise a PR.
Waiting on @hkirat to provide his feedback before picking it up.
> @aadeshkulkarni I have made the required changes to support auto-save on the edit article page too. > > There's one improvement that we can do here which is to...
#114 closes this > Optmization note: An alternate approach could have been to perform throttling on the title & content onChangeHandlers with a delay of 5-10s.