Jason Ni
Jason Ni
> For an inclusive range operation you can use the `Ascend` function. > > ``` > min, max := 10, 100 > m.Ascend(min, func(key int, value string) bool { >...
I also hit this read_to_string() issue. My solution is to loop on the basic `read` method of AsyncRead trait with a fixed buffer. Don't know which point break the AsyncReadExt...
Not sure my case is the same with you. I have a Spray-can reverse proxy service and observed it has memory leaks. In my case, it's the akka memory leaks:...
Hi @Sherlock-Holo I tried to compile examples today and found an issue about `RawFd`: ``` the trait `std::os::unix::io::AsRawFd` is not implemented for `i32` ``` It's because I was using rust...
Thank you! Sorry for the late response. I saw that change days ago but missed the notification however.
> `chcp 65001` Just encountered the same issue today. @andrewchen5678 https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window It's not an issue of whisper.cpp whatever.
> Hi On windows no matter how much mem you've got on ur machine you cannot get large v3 to run cuz malloc on windows has 4GB limit. would this...
I don't see that clippy warning locally...
In the latest main branch, I still see failures in my local environment. I guess your development os time is set to UTC, is it? ``` cargo test --features buildtime_bindgen...
Maybe you should try the latest version. As I tried it today and it works fine.