leetup
leetup copied to clipboard
Command line tool to solve Leetcode problems. Leet it up!!
Relevant code here: https://github.com/dragfire/leetup/blob/master/src/service/auth.rs#L58
This does not crash `leetup` but it's ugly.  Use a different spinner that doesn't crash or implement one from scratch!
Updates the requirements on [html2text](https://github.com/jugglerchris/rust-html2text) to permit the latest version. Changelog Sourced from html2text's changelog. 0.10.2 [fixed] CSS: Ignore transparent colours. 0.10.1 [fixed] max_width was not working with some render...
When I submit a [1903 largest-odd-number-in-string](https://leetcode.com/problems/largest-odd-number-in-string/) solution, the submission for [1756 design-most-recently-used-queue](https://leetcode.com/problems/design-most-recently-used-queue/) appears in my recent submissions. But here are the first two lines of my solution (`largest-odd-number-in-string.java`): ```java //...
Updates the requirements on [spinners](https://github.com/fgribreau/spinners) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
When I try to submit/test a problem, it just outputs "Runtime Error" and does nothing. ```bash leetup submit search-in-rotated-sorted-array.rb #=> ⢹ Waiting for judge result!Runtime Error ``` Could you provide...
Is it possible to support picking problems for editing using URL or slug? For example: ```bash leetup pick validate-binary-search-tree ```
Would you add some command to solve daily challenges? I won't need to visit the leetcode.com PS. I like your job very much! It's much faster than using laggy web.