Saksham Gupta

Results 5 issues of Saksham Gupta

Automate the removing process by running a script

- [x] Did you check to see if this issue already exists? - [x] Is this only a single feature request? Do not put multiple feature requests in one issue....

enhancement
3 - medium priority

https://github.com/coding-parrot/youtube-projects/blob/7e2275a294861f4f26b8509f4deba45d58c13a10/java-projects/src/main/java/logger/LogClient.java#L63-L64 https://github.com/coding-parrot/youtube-projects/blob/7e2275a294861f4f26b8509f4deba45d58c13a10/java-projects/src/main/java/logger/LogClient.java#L54-L55 We are trying to schedule the start method before the end method by using Single Thread Executor. Let's say we scheduled two threads first thread is calling start...

**Describe the bug** jbang is unable to download the js-community jar from maven central. **To Reproduce** Here is the code, just do `jbang Script.java` ```java ///usr/bin/env jbang "$0" "$@" ;...

bug