Luke Palmer
Luke Palmer
Happy to help. We have a few key PRs that are needed to keep things going, like current Raspberry Pi 3 support. Let me know.
Also seeing this if I make a large number of requests (like a load test).
Does anyone own a GDL 39 (preferably 3D) who would be willing to provide a few minutes of a bluetooth packet capture? Here's a reference on how to collect the...
@Snowflake6 I'm not aware of any work on the 3D variant (with AHRS). Would be great if you know something I don't though! The thing that makes this interesting would...
Thanks @keithchew! Unfortunately no difference with that change (and I'd have been really curious why if that worked). Let me know if you have other ideas and I'm happy to...
I see what you mean. There's a way to enforce nonempty lists in the signature but it's clunky enough that it would defeat the point of the change. That being...
Pretty sure that something changed about Alcotest underneath which is resulting in the build failure. I'll see if I can solve easily.
Alcotest had an API compatibility break at 1.0, so a current build of the repo won't pass without changes. I added the necessary changes to the PR.
Thanks for taking a look. Did 2 and 3, good ideas. My thoughts on 1: Something associative between keys and values is called for. An associative list is the simplest...
I came across this and it was really helpful. It's particularly useful because after auth I can continue with the original request using $request_uri instead of decoding the urlencoded parameter....