arunbhardwaj / LeetHub-2.0

Automatically sync your leetcode solutions to your github account - with some updates to keep it working
https://chrome.google.com/webstore/detail/leethub-v2/mhanfgfagplhgemhjfeolkkdidbakocm
MIT License
296 stars 44 forks source link

Upload all previously submitted questions with all submissions #38

Closed ab-dauletkhan closed 5 months ago

ab-dauletkhan commented 1 year ago

Please review previous closed issues before filling out a new one! Duplicate issues will be closed without comment.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

arunbhardwaj commented 5 months ago

Hi @ab-dauletkhan, a feature like this can be risky and may get users rate limited by GitHub (and maybe even LeetCode) for so many requests depending on how many submissions the user has made. Also since multiple previous submissions would necessitate automatic tagging (or manual tagging for each file), it seems like it would have limited benefit as well. Although, one use case that I can see beneficial from this is to have different types of solutions with varying implementation methods and so I may look into that. For now, as a workaround please check out the manual submission feature in v2.0.5 by going to any submission page for any problem and you should see a button in the submission/accepted window.