leetup icon indicating copy to clipboard operation
leetup copied to clipboard

Command line tool to solve Leetcode problems. Leet it up!!

Results 25 leetup issues
Sort by recently updated
recently updated
newest added

Relevant code here: https://github.com/dragfire/leetup/blob/master/src/service/auth.rs#L58

good first issue

This does not crash `leetup` but it's ugly. ![lup1](https://user-images.githubusercontent.com/6277978/98076956-82654000-1e2c-11eb-9e24-d19e566e4797.PNG) Use a different spinner that doesn't crash or implement one from scratch!

enhancement
help wanted

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...

dependencies

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...

dependencies

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.