Dariusz Debowczyk

Results 6 issues of Dariusz Debowczyk

(Nice to have) Allow using simple pattern matching with switch() statement (a la Scala). Example (does not work with Gosu 1.1): ``` gosu switch(typeof content) { case(Json): return Gson.toJson(content) case(RawContent):...

'Summery' class has a typo - should by 'Summary'

Turning on debug mode on when interacting with OpenAI API (and other LLM provider APIs) results in empty body for any subsequent code - body is read by Saloon Debugger...