Cecile Tonglet

Results 22 issues of Cecile Tonglet

Nice work!! I think it would be nice to have a clear separation of the different kind of channels. I assume the one currently implemented is mpmc because both the...

enhancement
discussion

Hello, I have been testing the all-in-one linux package for realesrgan-ncnn (`realesrgan-ncnn-vulkan-20220424-ubuntu.zip`) and I found some issues for which I have fixes: 1. Incorrect framerate The parameter used to input...

#### Description This change will allow the user to pass primitive values that are normally converted easily with `.into()` in Rust. Example: ``` pub struct Props { value: u16, }...

#### Description What does this PR do? 1. Use more cheap-to-clone types in the examples 2. Some examples got impacted by #3453 (the removal of ToHtml), I fixed them so...

#### Description I just discovered the other day that the Swatinem/cache action doesn't work properly when using matrix. Apparently the cache key is the same for all the different paths...

I was wondering if there is a more idiomatic way to retrieve a date like "today at 00:00"? This is what I have come up with but it's full of...