urlyy

Results 52 comments of urlyy

Hi!I saw this issue in the Alibaba Cloud Tianchi TONGYI Lingma competition. I would like to try implementing it.

That's strange. Do you copy the PR body into the merge description when confirming a merge? If so, I think we can modify the PR raw text body automatically after...

I have created a github action: [Remove markdown comments in PR](https://github.com/marketplace/actions/remove-markdown-comments-in-pr), detail usage are provided in its README. But if `` in PR body `code blocks` , it will also...

I have tested it in my own copied repository, and it is effective, you can see in https://github.com/urlyy/fury_action_test/pull/1. But I don't know if you are satisfied with this effect, and...

> I will take a look later. It needs a token, we need to ensure it's safe. I'm not familiar with github action. BTW, this is a common issue, is...

Hi, I've created a basic demo. Since Rust's string encoding is UTF-8, we can directly use the String's API to convert UTF-16 encoded data into a string. However, this method...

So for current step, my task is to implement a function like `fn utf16_to_string(utf16_data: &[u8], is_little_endian: bool) -> Result` instead of using String's API ? Although `String` is a part...

I just wrote a demo about this , using cpp, and only big endian for UTF-16. I have a question about whether the Byte Order of UTF-16 encoding and decoding...

Hi, I'd like to continue to implement the simd approach.

@hu975110710 能不能发下这两个网站你想要看的信息列表的截图?数据都有接口,但是我不知道哪一部分算news