phkorn
phkorn
I am a bit confused on how to use the trained model (e.g. overnight/basketball) interactively. Is the following command correct? `./run @mode=simple -languageAnalyzer corenlp.CoreNLPAnalyzer -Grammar.inPaths overnight/basketball.grammar -Builder.inParamsPath state/execs/20.exec/params -Builder.parser FloatingParser`...
[Demo Repository](https://github.com/k0rn1/macwire-bug-example) The following code produces a different outcome when using Scala 3: ``` import com.softwaremill.macwire.wire case class Berry(var name: String) case class Basket(berry: Berry) object Main extends App {...
### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...