Jan Mrázek
Jan Mrázek
The method `Container.wait` does not raises ReadTimeoutError. By briefly looking at the [source code](https://github.com/containers/podman-py/blob/82110d528d931acdb820ea25dfad89c12b2ffae9/podman/domain/containers.py#L471-L495) the implementation does not use the parameter timeout.
It will probably make the users less confused.
...as it confuses JLC PCB operators.
This PR should add support for fixed-size matrices (#112). At the moment, the fix wasn't properly tested. I am not familiar with carma's codebase, so if I missed something, please,...
Hi, in our project, we use fixed-sized matrices (`arma::mat44`). However, it seems that these matrices are not supported by carma as we get the following compilation error: ``` _deps/carma-src/include/carma_bits/converters.h:647:16: error:...
[](url)Hi, when I try to extract path using this piece of code: ``` paths = svgpathtools.document.flattened_paths(xmlParse(svgString)) ``` I get the following error for the document attached below: ``` File "/home/xmrazek7/.local/lib/python3.8/site-packages/svgpathtools/document.py",...
Thank you for the library! In your Readme you specify that the Scipy dependency is optional (as you use only `scipy.integrate.quad` and you have a fallback implementation). Also, if I...
Nikdo si na Arduinu nepamatuje, kde je připojené I2C a kde je SPI. Je to třeba dohledávat a tohle je opruz. Buď chci mít popisky na desce anebo ještě extra...