fix: 403 issues when submitting code to leetcode - #23
Open
Its-treason wants to merge 1 commit into
Open
Conversation
Instead of calling the endpoint protected by cloudflare the client now opens leetcode for you and allows you to submit you solution there. This also has the good sideeffect that the soution is checked against all test cases, this fiters out lazy solutions.
Owner
|
Looks good! Before I merge it though, does it work on problems that you have in the past submitted a valid solution for? |
Author
Yes, you can resubmit a solved problem in leet code and the code just looks at the recent submissions. |
Author
|
Also worth noting: Your submissions must be public, the setting is under https://leetcode.com/settings/profile/ and called "Recent AC Problems and Submission Details" on the bottom. I think its enabled by default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instead of calling the endpoint protected by Cloudflare the client now opens leet code for you and allows you to submit your solution there. This also has the good side effect that the solution is checked against all test cases, this filters out lazy solutions.
I've created a showcase of the new submit flow here: https://youtu.be/2nCaAEPFFjk
I just noticed that you can submit the code in any language. In the video I submitted them with Typescript even through I selected JavaScript as the language when creating the run.