Jason Ni
Jason Ni
Thank you guys for this great project! It's amazing! I'm expecting a TreeControl can be scrolled horizontally as more nodes added. Anything I was missing in below demo code? Using...
The "connect" method of "Client" class is a reserved method used for client to connect the server. However, user defined function in IDL could have the same name "connect". It...
Happen to find 2 UT failures after cloned. It seems the timestamp without time zone in DuckDB is converted to local time omitting the time zone information while with uint64...
I tried run make locally and found 2 unittest failures. They are caused by mis-interpretation of the DuckDB timestamp value in time zone context. Hope my fix is helpful: https://github.com/wangfenjin/duckdb-rs/pull/150
Hi, I write an example of sending message through a utp stream: https://github.com/jason-ni/rustorrent/commit/76b93ec43576eff9e5278ed452dce775c934f8c5 However, it can not be compiled. It seems the "Send" marker is not sufficient to allow spawning...
Hi, Thank you for this fantastic library! I found it yesterday and learned a lot rust techniques I didn't know. When I wrote a simple example to test the utp...
## 🐛 Bug When I use SenseVoiceSmall to ASR on an Japanese news audio, it's found that all English abbreviations are ignored. Bellow are comparrations of SenseVoiceSmall output and whisper.cpp...
I didn’t succeed in running it for the first time. After carefully examining the code, I found that there might be a typo: ``` image = processor(image_pil, return_tensors="pt")['pixel_values'].cuda() if not...
Hi community, I'm working on the ggml implementation of [Parakeet-tdt-0.6B v2](https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2). The repository is https://github.com/jason-ni/parakeet.cpp Currently, I finished the encoder part. The correctness can be verified by my another [rust+onnxruntime...