George Hilliard
George Hilliard
A problem with signed RAUC update images is that over time, their underlying certificate will expire, turning them into useless blobs (until a human intervenes and re-signs them), even though...
As far as I can tell, it isn't possible to set options on a socket without first getting it into the connected state. It would be useful to do this,...
Hello! This is a very cool plugin; I like it a lot! Reading through the code, I see you explicitly don't pulse when the next match is on the same...
This PR adds a straight Xlib host UI implementation. It also provides a couple of amenities for developing plugins, ~namely allowing providing a `native_window_handle` to constructors to allow client code...
When building a DPF-based plugin with CMake and the `dpf_add_plugin()` helper, `HAVE_JACK` always evaluates false here: https://github.com/DISTRHO/DPF/blob/ac545ac660cd2fcdd6a598c57111766e378ee445/distrho/src/jackbridge/JackBridge.cpp#L449 Leading to the confusing error message ``` Failed to create the JACK client,...
This implementation does not validate that the field names and/or numbers are not reused; it simply ignores them. This allows parsing files that contain the `reserved` keyword.
When I attempt to deserialize an enum with a numeric value that isn't listed in the proto file, I get an exception: ``` File "src/my_code/my_proto.pyx", line 2248, in my_proto.MyProto.epe.__set__ ValueError:...
**Describe the bug** When creating multiple KiCAD projects, or multiple boards, in the same directory, this plugin unconditionally uses the database at `jlcpcb/project.db` for all board files. If data is...
**Describe the bug** With a hierarchical schematic, LCSC attributes are only added to the selected sheet, not sub-sheets. **To Reproduce** Steps to reproduce the behavior: 1. Create a sheet with...
I get the following error when including the DPF header: ``` In file included from .../vendor/DPF/distrho/DistrhoPlugin.hpp:20, from .../src/MyPlugin.cpp:1: .../vendor/DPF/distrho/DistrhoDetails.hpp:750:34: error: the type ‘const DISTRHO::Parameter’ of ‘constexpr’ variable ‘DISTRHO::kParameterBypass’ is not...