Hashcon

Results 12 comments of Hashcon

jcaptcha需要自己编译

Hi. I am using RocketMQ and rocketmq-spring in openJDK 11 in production. For RocketMQ, you can refer to the branch: feature_support_java11 For rocketmq-spring, it can be used in JDK 11,and...

packing_id不是分片键;例子如下: |分片1|分片2| |:--|:--| |packing_id1,packing_id2,packing_id3|packing_id2,packing_id3,packing_id4| 这样select distinct(packing_id) from logistics;执行结果是从分片一上面执行select distinct(packing_id) from logistics;拿出packing_id1,packing_id2,packing_id3放入set,从分片二上面select distinct(packing_id) from logistics;拿出packing_id2,packing_id3,packing_id4放入set,结果是packing_id1,packing_id2,packing_id3,packing_id4 相对的,select count(distinct(packing_id)) from logistics;在分片一结果是3,在分片二结果也是3,相加是6.。。。这个的确是个Bug,考虑修复

Sorry, the problem is that the original code uses a fixed length byte array buffer for the stream response. If one of the stream response is over 1024 then the...

> Custom interceptors can be replaced by https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor Got it, but the default logging interceptor for okhttp is not flexible or suitable for logging, the logging level cannot be changed...

More code added for: 1. add configuration for request logs and response logs like OpenAI Client and Model 2. add configuration for streaming response logs like Mistral Client and Model

conflict resolved, please review, thanks @langchain4j

`/signed` https://oca.opensource.oracle.com/api/v1/oca-requests/8617/documents/8597/download

> this logic should be implemented in com.corundumstudio.socketio.handler.ClientHead#onChannelDisconnect() method without ScheduledExecutorService usage. but like the bug this time, `onChannelDisconnect` is called indeed(due to scheduled ping timeout), but the `namespaceClients` does...