heeplr
heeplr
**Issue details** On the raspberry pi 5, RCInput_RPI doesn't work and fails here: https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_HAL_Linux/RCInput_RPI.cpp#L292 **Version** current master **Platform** [X] All [ ] AntennaTracker [ ] Copter [ ] Plane [...
Thanks for this awesome project! I'm trying to get fernly running on one of those [ultra cheap & tiny GF-07 GPS trackers](https://re-ws.pl/2019/12/playing-with-gf-07-gps-device/): ``` $ ./build/fernly-usb-loader -w -s /dev/fernvale ./build/usb-loader.bin ./build/firmware.bin...
**EDIT:** For anyone having the same issue, I found this one works & provides all the features: https://github.com/frank-zago/ch341-i2c-spi-gpio ---- Thank you for this fork! This driver is *really* useful as...
This fixes two aspects: 1. ensure that `__str__()` always returns a string (this closes #94) 2. provide a `__float__()` method so python string formatting doesn't fail with `TypeError: must be...
A `DecimalElement`'s value can be set to a `decimal.Decimal` type but it's `__str__()` method [doesn't convert the return value](https://github.com/pretix/python-drafthorse/blob/94eab55532baa0ae141037d85d3e4a5f266b95fa/drafthorse/models/elements.py#L169). This can cause `__str__()` return a non-string type, which is a...
I'm not sure how they're pulling it off but e.g. https://erechnungsvalidator.service-bw.de/ finds lots of warnings and errors for drafthorse generated XMLs, that pass our validator just fine. It'd be awesome...
add official XRechnung schema from XRechnung Bundle 3.0.2 - https://xeinkauf.de/dokumente/ The filenames were prefixed with the drafthorse standard and include paths adapted accordingly. I left the filenames unaltered (to keep...
I'm using `bridge-compatibility=true` and consecutive newlines from messages I'm sending, get lost for receivers using the official client. They are received all in a single line.
I attempted to generate a KiCAD5 schematic to later import it into KiCAD9. (Netlist and SVG generation works just fine.) The culprit seems to be a `Part` class that doesn't...