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

In windows 11, when i run : leetup test two-sum.cpp -t "[1,2]\n3" ## The error is : thread '' panicked at 'called `Result::unwrap()` on an `Err` value: NotSupported', C:\Users\liran\.cargo\registry\src\mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd\spinner-0.5.0\src\lib.rs:164:37 note:...

Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version. Changelog Sourced from cookie's changelog. Version 0.18.0 (Oct 9, 2023) Breaking Changes The MSRV is now 1.56. Cookie::value() no longer...

dependencies

"leetup pick 2617" still work but "leetup pick 2618" prompted thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', C:\Users\k\.cargo\registry\src\github.com-1ecc6299db9ec823\leetup-1.0.2\src\service\leetcode.rs:602:51 note: run with `RUST_BACKTRACE=1` environment variable to display a...

``` rustc --version rustc 1.68.0-nightly (ad8ae0504 2022-12-29) leetup --version leetup 1.0.2 ``` Installed from cargo Executing the following command results in a panic. ``` RUST_BACKTRACE=full leetup list | head [...

Was trying to package leetup using nix, and it requires the `Cargo.lock` file to be in the source repository: From the [nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#compiling-rust-applications-with-cargo): > Per the instructions in the [Cargo...