Georgios Pligoropoulos
Georgios Pligoropoulos
Hello scvalex! Many thanks for sharing. I get the exactly same problem bad class file magic (cafebabe) or version (0033.0000) I think your solution is close to the solutions of...
Hey thanks for the response! Your case of Build.scala really fixed my problem with the warnings but now I get a different warning: warning: [options] bootstrap class path not set...
Thanks pleasle for the fix! It would a pain to install another version of sbt just for this issue!
Any updates on this ?
I am also experiencing similar issues on Android. The library suggestes me to use the jsonFormat where I explicitly declare each type. I could not find anything like that inside...
Sorry for being like that but what is the sample code for that? I guess it is just one line but still could not find it inside documentation. Thanks again!
Never mind I got it. It is something like this: ``` implicit val itsJsonFormat = jsonFormat[String, Option[String], SigninState]( SigninState.apply, "SIGNIN_STATE", "TOKEN" ); ``` first the types of the parameters, then...
Thanks I'll try that
I am trying to use play-authenticate and I keep coming across issues because of the java orientation of this module. Is there any chance you have a working sample of...
Our rate limits seem fine. A screenshot from OpenAI platform webpage: https://platform.openai.com/account/rate-limits Look what errors we get: ChromaDB is not going to work with AnythingLLM after all ? Or is...