Vest
Vest
Fixed issue #94 by closing open statements added out/ (IntelliJ) to .gitignore
Hello everyone, I see that in the exercise the input vector and output vector [must be the same](https://github.com/rust-lang/rustlings/blob/3309a01b5e7f18da6409435151e8ebe0c0a697dc/exercises/vecs/vecs2.rs#L19) (v). I am curious, if the unit test should reflect this: "the...
The function has two parameters (socket and payload), but from the code four parameters are provided (host and port). `TypeError: send_payload() takes from 2 to 3 positional arguments but 5...
Hello @Nilhcem, I have reviewed my feature and performed a couple of changes. I hope this will work fine on your machine: - Windows 8.1/Ubuntu 15.04/Mac 10.10.4 support the "tray"...
Hello everyone, I am currently evaluating new Gradle's feature: https://docs.gradle.org/9.2.1/userguide/configuration_cache.html And I have found out that the "jre" task cannot be cached, because it uses Project during the execution time....