Justin Davis
Justin Davis
I have pushed a branch [here](https://github.com/thejtshow/flatbuffers/tree/feature/deconflict_windows_macros), would one of you all be willing to test it?
I've opened the PR but realized I may have been a bit overzealous with my fix direction. Handling this in the preprocessor may be the better fix as what I've...
https://github.com/google/flatbuffers/issues/8825 is also an issue I cannot access. @aardappel cannot access either.
~~One thing I either don't understand or want to fix, is how to get a member of a vector of union back to its 1st class type. right now the...
@fliiiix would you be up for helping me polish this PR up? I just rebased the original commits onto (a more recent) master, but enough things changed I would appreciate...
> You said it was compatible.. do we need this flag at all? Can't we always do the better thing? so, I think it depends on what we mean by...
@dbaileychess and @aardappel interested to hear your collective take on this one! I realized this was missing while working on the wireshark generator.
This is getting at the inelegance of the design -- much of the code relies on the constant string being default constructed as `"0"`. Pair that with `std::string` not being...
in reading up on the non scalar defaults more (#6053), it does seem that the bfbs would need to differentiate between being provided a default (` = ""`) and not...
there were only two lines of formatting changes -- the other change is flatc now generates scoped enums instead of unscoped.