zhou yong kang

Results 27 comments of zhou yong kang

Add option to open the same file on startup as the last time the application was closed I would like to complete this feature, can you assign it to me?

Dialog with options for Copy as / Paste as code I want to do it, please assigned #23

Additional conversions: date time, compression, encryption I want to do it❤,I will open an issue. I will do it thx

Dynamic change of font size I want to do it , I will open an issue to feat it! thx ❤

I want to try it! Can you assign it to me?

大家好,这个问题是一个时序问题,一个topic被创建的时候,队列为null,最大偏移量为0,然后生产者发送第一条消息的时候,最大偏移量为1。消费者启动的时候,查询最大偏移量为-1,然后调用maxoffset(mq),就会返回1.这样0消息就被跳过了。 可以在发送消息前,可以先启动 Consumer 实例,或者在 Consumer 启动后等待一段时间再发送消息。 然后在配置的时候,设置从ConsumeFromWhere.CONSUME_FROM_FIRST_OFFSET开始消费。 也可以在代码方面更改,https://github.com/apache/rocketmq/pull/9552

I was wrong. I should not use unsafe to escape this problem. I should use GraalVM's reachability metadata to solve the problem of ReflectionFactory.

What should I do? I always encounter a configuration problem. When running in the graalvm environment, there is always a problem of native-image command parsing error. What should I do?...

@chaokunyang I'm very sorry. My current coding skills aren't enough to completely fix this bug, and I haven't passed the CI test. Could you please make some changes on my...