Simone Zandara

Results 4 issues of Simone Zandara

I am trying to work with multi-channel images. In OpenCV this is supported by the generic cv::Mat type. Where you can pass an arbitrary number of channels. The use case...

**Describe the bug** When adding more than one source entry, black ignores the .gitignore entries. **To Reproduce** content of .gitignore ``` generated/* ``` Running ``` black test src ``` produces...

T: bug
C: file collection

Hello, I work on the edge where often connectivity is not optimal. I have been trying to find information about the frequency of ingest and its payload to understand the...

question

From your example we can run async code like this. However, it's not clear to me how I can invoke async functions from the same class. Image I have to...