Paulo Pinheiro

Results 28 comments of Paulo Pinheiro

I would suggest to compiling only the arm variants, avoiding x86 (already handled by other Oses anyway). Would that be okay? It should reduce by half or more. See: https://github.com/google/flatbuffers/runs/7866546664?check_suite_focus=true

> @paulovap I am interested in continuing/finishing the work you started in https://github.com/paulovap/flatbuffers/tree/pp/kotlin_fb_runtime. > > Can we discuss this? Can I start from this branch or do you have something...

I have re-open the pull request #7969. I am still unhappy with few things on this PR: * The API is now making use `Offset` instead of `Int` for reference...

@dbaileychess can we give another try on this?

> can we have a tracking issue on whats gonna be done for this new version of the kotlin API? I can see that previous PR had this stuff: >...

Unfortunately I don't have publishing permissions to make it happen, so we need @dbaileychess to find some time to support on the matter.

@ofirm93 would it work for you if one adds the ability to generate annotations from the schema? Example: ```flatbuffers table A (annotate: "@MyAnnotation(\"hello\")" { field_a:string (annotate: "@Max(10)"); } root_type A;...

Hi @alex-pinkus is there something we can do to help with publishing? It would be really handy.