woung717

Results 18 comments of woung717

For those who urgently need a leetcode IDE solution, this is an alternative. ~https://plugins.jetbrains.com/plugin/12132-leetcode-editor~ [https://github.com/shuzijun/leetcode-editor/releases](https://github.com/shuzijun/leetcode-editor/releases) You can use the plugin with the free JetBrain IDEs. The plugin bypasses the CloudFlare...

@robpodosek I forgot to say that it is not published in JetBrain Plugin Marketplace yet. You can download the updated version in the [github repository](https://github.com/shuzijun/leetcode-editor/releases). [leetcode-editor-8.10.zip](https://github.com/shuzijun/leetcode-editor/releases/download/v8.10/leetcode-editor-8.10.zip)

I fixed it to make it work. Leetcode changed all the endpoint requires x-csrftoken header. Thanks for the tips. @kawre I compiled and uploaded full extension binary. You can download...

@MakiseJ ID/Password login method was previously blocked. You must login using cookies. Copy from the browser csrftoken=xxx; LEETCODE_SESSION=xxx;

I'm on `MacOS Sonoma 14.7(23H124)` and seeing the same issue in `Google Chrome Version 129.0.6668.71 (Official Build) (arm64)` but not on `Firefox 131.0.3 (aarch64)`.

Hey, here is the "markdown/HTML compilation" part. https://github.com/Codium-ai/pr-agent/blob/2b77d07725b3e20c0ae9831837df0acad4b72b6b/pr_agent/tools/pr_reviewer.py#L236-L261 and convert_to_markdown_v2 funciton which called inside the above code. https://github.com/Codium-ai/pr-agent/blob/2b77d07725b3e20c0ae9831837df0acad4b72b6b/pr_agent/algo/utils.py#L87-L264 I think the manual combination in the code used to create markdown...

Yes, I noticed many logic-intensive sections of code within the markdown generation process. But, I think that the preprocessing and non-presentation components are currently well-separated from the presentation (markdown) elements....

I got your point. I'll make a PR if there's a helpful tool with templates later. Have a great day!

@rioj7 > We can't define new variables to use in the launch config or task. We have to use the ${input:name} and ${command:cmdID} variables. Okay I got the idea, so...

@rioj7 I appreciate your suggestion, and I see the benefit in naming the command "defVariables" for clarity. However, I have a concern about the need to invoke "${input:def_vars}" before using...