Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

@chenxianpao I'm sorry to reply so late. How about setting `delimiter` to `",\n"` ? If `,\n` is used as a delimiter for each data in ceph, then this setting might...

@chenxianpao I assume the format of the data of ceph is A or B. - A: One big list ``` [{"A":"x","B":"y"},\n {"A":"x","B":"y"},\n {"A":"x","B":"y"},\n ] ``` - B: Multiple clusters ```...

@chenxianpao I'm glad it works. I'm waiting for your feedback.

@chenxianpao, Thank you for testing! I'm glad it works! However, please note that the first data is lost in the current version, as I said before. > I'm afraid the...

@chenxianpao I'm sorry for taking so long. I have released `fluent-plugin-unix-client v1.0.0`. * https://rubygems.org/gems/fluent-plugin-unix-client > However, please note that the first data is lost in the current version, as I...

@dduyon2 The actual cause is `Too many open files @ rb_sysopen`. Have a large number of buffer files accumulated? It seems that a large number of buffer files are created,...

I close this now. if you have problems again, please reopen this.

I have reorganized the commits.

I add an explanation of how to use `tests/input_text` to the initial comment. * https://github.com/glfw/glfw/pull/2130#issue-1269235140 In addition, I update `Remaining issues` as `Related issues` since there are already corresponding modifications....

We have improved the implementation of IME status APIs for macOS.