Matthew Edwards
Matthew Edwards
Caddy 1.0.4 was recently released: https://github.com/caddyserver/caddy/releases/tag/v1.0.4
This is pretty close to #176, but "pip install **--user** jupytext" should install the contents manager and the extensions as well. In my testing (in a `python:3.8` Docker container) it...
I'm running master ([9d34772](https://github.com/anmaped/openfang/commit/9d3477229108f4bb1f7694fa5b01e03faf8305ec)) on a Xiaomi Mijia 2018, and it's stuck in a boot loop. It's not the same issue as #56 -- it always gets past the factory...
Thank you for this package, I've found it very useful over the years! I went in to investigate a bug and noticed that the Python scripts could be combined together...
The "Sample usage of class mocking" example on the wiki fails, with the error "Function called without expectation!". Is it possible to mock some methods of a class and leave...
To reproduce: ``` $ docker run --rm -it -v $(pwd):/work/src/natnet_ros -w /work ros:melodic-perception bash # catkin_make # . devel/setup.bash # roscore & # rosrun natnet_ros client Traceback (most recent call...