Yadu Krishnan
Yadu Krishnan
It would be really great if the history of all previous requests can be retrieved. This is really helpful in POST and PUT requests since finding the json structure required...
### Is your feature request related to a problem? Please describe. It is a bit difficult to find where the required settings for metals, for example to change the build...
**Version(s)** 1.1.0 **Describe the bug** If the `using dep ` is not a valid one, in some cases, the scala-cli throws Stackoverflow error. **To Reproduce** ``` //> using scala 3...
I am using one-jar to package my application. I am also using aspectj for some of the functionality. However, it is taking too much time (5min- 15min) just to start...
Export scala-cli project to Maven build with simple pom.xml. Currently, implementation is done only for java projects
**Version(s)** 1.4.0 **Describe the bug** When running a Java class using scala-cli, it shows this warning. ``` Annotation processing is enabled because one or more processors were found on the...
### Describe the bug EmailClient.scala ``` object EmailClient { def send() = println("email sent!") } ``` Main.scala ``` //> using scala 3.3.3 //> using file EmailClient.scala //> using packaging.dockerFrom openjdk:17...