Ian Clarke
Ian Clarke
No, if it's going to be redesigned then no point in asking for feedback until it is
No, I just mean a logging framework, like log4j or something - for debugging purposes.
Is log4j the best option? I've never found a Java logging framework I liked, they all seem over-complicated. Anyway, I guess we can go with whatever option you prefer.
Ok, log4j sounds good
I think perhaps the compactor would run periodically, much like Java's garbage collector. Not sure what you mean by "query predictor", can you elaborate?
Indeed, in fact on of my first exposures to continuations on the JVM was the RIFE web framework, which implemented continuations using some kind of bytecode mainipulation.
This may be related, I'm getting this exception while trying to use the completion endpoint with Groq: ``` Exception in thread "main" io.ktor.serialization.JsonConvertException: Illegal input: Field 'param' is required for...