Thomas Havlik
Thomas Havlik
Additionally, specifying initialCapacity as anything other than 1 will lead to occasional alignment errors. For embedding binary Data into a Swift flatbuffer, I used the following: ``` try! builder.startVector(count: payload.count,...
> I am also curious of, why are you using the Builder directly and not the generated code? One of my fields is a byte array. I didn't see a...
I was lazy and made a few other commits, so this PR needs to be either accepted in full or manually merged. I have been using my fork of nonechucks...
I can confirm the above changes remedy the problem. Thanks!
Have you tried running `sudo modprobe ip6table_filter` ? It fixed it for me, though I am on raspberry pi. I missed that step at https://openthread.io/guides/border-router/docker/run > **Note:** Raspberry Pi and...
I have encountered this error as well.
It would appear this is still a problem. Included protos should not use super:: at the top level. This irreparably breaks the generated code.
> I think that we might be able to get by without rewinding (which would be awesome) so long as the correct MetaElementGroupLength exists somewhere before the end of the...
One possibility is to read until the first non-metadata tag (this much is unavoidable) and then store a pointer to said tag within internal state. Parsing the body then entails...
@suyashkumar I'm looking to implement this fix now.