Paulo Pinheiro

Results 28 comments of Paulo Pinheiro

I am working on it, but it has been fairly slow to be honest. Most of it is done, just need a few more tests and integration with Java's ByteBuffer...

> @paulovap ping in case I can be of assistance I @michaelcosta. I tried to breakdown the changes to see if I can get more external support, but the way...

I can take a look on both, not sure if there is much on Android to be done, but I think Kotlin we can break down the job to different...

> @paulovap Usually @aardappel does the releases, I don't have the credentials/know-how. I don't mind doing it if it can be done by someone outside google. @dbaileychess

I think it would be good to release minors per platform, as there are usually important fixes that takes too long to get shipped. Maybe we could do tagging minors...

Kotlin does what java does for compatibility of the flatbuffers runtime. Java uses constants over Enum because enums takes more space in the heap and are slightly more inefficient in...

One option I was thinking about is to take advantage of value classes instead of primitive type, we could keep performance and add some type safety in exchange of a...

Hi @twardoch, an interesting compilation! I would prefer to keep Qt as the only dependency so it would be better to user QPainter or QtSvg package. Feel free to contribute!

Hi @redturtlepower! Unfortunately, I don't have a Windows machine to test it out, it would be lovely to get a patch for that issue you are facing.

Hey! @iondevsrl @pinaraf I don't have a Windows nor Linux machine at the moment, so I can only test on Mac/iOS/Android. I will try to setup an old notebook to...