Marc Downie

Results 6 issues of Marc Downie

I've asked a very similar question before — here #108 . This is rightfully closed: error messages are _vastly_ better than they were a year ago. However, stepping back a...

question

Have you been able to verify your code against values sent over the air by Apple or Google? We have a number of 'FD6F' advertising packets sniffed from the latest...

Fresh checkout + minimum path to a running ktor-web-app: ``` git clone https://github.com/Kotlin/kotlinx-rpc.git cd kotlinx-rpc/samples/ktor-web-app ./gradlew server:run & ./gradlew frontend:jsRun & ``` With that the `http://localhost:300` that opens yields a...

I'm having trouble understanding the roadmap given in [State of Kotlin Scripting 2024](https://blog.jetbrains.com/kotlin/2024/11/state-of-kotlin-scripting-2024/) with respect to this project. On the one hand this announcement seems to reorient JetBrain's idea of...

| Q | A | ----------------- | ---------- | Bug fix? | yes/no | New feature? | yes/no | BC breaks? | no | Related Issue | Fix #... ##...

For example, this: https://github.com/JetBrains/koog/blob/3a8b8dcf8b1e4f35c1214bf92f0a0b9608ccefbd/examples/simple-examples/src/main/kotlin/ai/koog/agents/example/streaming/StreamingAgentWithTools.kt#L59 inside a `while(true)` seems to inevitably end up throwing: ``` Exception in thread "main" java.lang.IllegalStateException: Agent was already started at ai.koog.agents.core.agent.StatefulSingleUseAIAgent.run(StatefulSingleUseAIAgent.kt:103) ``` on the second call...