Benjamin Carlson
Benjamin Carlson
Added support for other MySQL versions past 5.7 by adding "typealias my_bool = CBool" to code
Can you please update this repo for any version of libmysql-dev beyond 5.7 (preferably 8)? I have to downgrade every day when I try to run since I am running...
When running the attached code and connecting to the headless px4 docker container (`jonasvautherin/px4-gazebo-headless`) I receive this error. ``` Traceback (most recent call last): File "/Users/fibonacci/Desktop/Mines/Fall-2022/Field-Session/MAVSDK-Python/custom_examples/camera_server.py", line 20, in loop.run_until_complete(run())...
When running the attached code and connecting to the headless px4 docker container (`jonasvautherin/px4-gazebo-headless`) I receive this error. ``` Traceback (most recent call last): File "/Users/fibonacci/Desktop/Mines/Fall-2022/Field-Session/MAVSDK-Python/custom_examples/component_infomation_server.py", line 20, in loop.run_until_complete(run())...
When running the attached code, and connecting to the headless px4 docker container (`jonasvautherin/px4-gazebo-headless`) I receive this error. ``` Traceback (most recent call last): File "/Users/fibonacci/Desktop/Mines/Fall-2022/Field-Session/MAVSDK-Python/custom_examples/component_infomation.py", line 22, in loop.run_until_complete(run())...
While using a `NULL` value for the `user_config` should use the default configuration since the default value of `status` is `ERROR` and the following if block depends on `status ==...
Adds support for Transfer-Encoding: chunked responses. Has been tested extensively in my own personal project. If additional unit tests are needed, please provide guidance on what cases should be tested