Zhang Xindong
Zhang Xindong
I see there exists excellent way to serialize JavaParser AST node using JavaParserJsonSerializer. Type resolving is a resource-consuming step, I need include all related JAR file and project files to...
I saw "Unmatched response message" log for every request. With deep look in code, in TracingmessageConsumer.consumeMessageReceiving:132 ``` TracingMessageConsumer.RequestMetadata requestMetadata = (TracingMessageConsumer.RequestMetadata)this.sentRequests.remove(method); if (requestMetadata == null) { LOG.log(Level.WARNING, String.format("Unmatched response message:...
In WebSocketLauncherBuilder, WebSocketMessageConsumer is assigned to TracingMessageConsumer by MessageTracer.apply ``` MessageConsumer outgoingMessageStream = new WebSocketMessageConsumer(session, jsonHandler); outgoingMessageStream` = wrapMessageConsumer(outgoingMessageStream); ``` But in MessageTracer.consume, it only consumes StreamMessageConsumer and RemoteEndpoint class,...
``` SELECT a.n, a.m, b.y, b.z FROM ( SELECT m, n FROM table1 WHERE col1 = 'value1' ) a JOIN ( SELECT x, y, z FROM table2 WHERE col1 =...
## Environment - Platform (select one): - [ ] VS Code terminal - Claude CLI version: claude code - Operating System: macOS 14.3 - Terminal: bash ## Bug Description Got...
## Environment - Platform (select one): - [ ] Anthropic API - Claude CLI version: 1.0.17 - Operating System: macOS 12 - Terminal: normal ## Bug Description ⎿ Context low...
Add Google Gemini TTS Integration Summary This PR adds support for Google Gemini Text-to-Speech (TTS) API, providing users with 15 high-quality voice options for video narration. The integration enables users...