David Lechner
David Lechner
The Windows `pandoc_binary` `win32` binary wheel will refuse to install if you are running 64-bit Python.
It would be nice to include the bin/ directory in the package so that the tools are available without having to clone the source code repository.
By using `unshift` instead of `push`, new callbacks are added to the "top" of the stack (since `find` searches from the beginning of the array). This allow a second call...
Hello, I'm newbie with EV3DEV and I'm trying to make my absolute sensor working on my ev3. The sensor is recognized by the brick but i have a problem with...
Running a `while True` loop without anything in the loop to make the thread sleep will cause Python to use 100% CPU. Since ev3dev-stretch R3, this is especially noticeable since...
- **ev3dev version:** PASTE THE OUTPUT OF `uname -r` HERE - **ev3dev-lang-python version:** INSERT ALL VERSIONS GIVEN BY `dpkg-query -l {python3,micropython}-ev3dev*` HERE We get a fairly steady stream of people...
As I have been working on the camera server plugin, I've noticed a problem with the way the current plugin architecture creates a plugin instance per system (i.e. `CameraServerImpl::CameraServerImpl(System& system)...
This is the current implementation that I have been working on for https://github.com/mavlink/MAVSDK-Proto/pull/274.
I would like to be able to make use of the CamerServer API I am working on in Python. However it appears from looking at the `mavsdk_server` code that it...
The camera plugin currently uses deprecated messages like [MAV_CMD_REQUEST_CAMERA_INFORMATION](https://mavlink.io/en/messages/common.html#MAV_CMD_REQUEST_CAMERA_INFORMATION) instead of [MAV_CMD_REQUEST_MESSAGE](https://mavlink.io/en/messages/common.html#MAV_CMD_REQUEST_MESSAGE). This would make it unusable with a camera that only supports the "new" request message.