At the moment the bug lists include several unarmed animation bugs, and some “OnReady” type events firing too many times.
And of course the vast majority of the Lyra C++ code base does not seem to be exported and/or lists required data as private
without giving any C++ getter/setter. meta=(AllowPrivateAccess=true)
is garbage and not a viable solution for extensible code.
Nothing disastrous, pretty easy fixes in fact, but still the kinds of things that would be great to be able to submit back to the official distribution so other people don’t have to find/fix them as well.