mustiikhalil

Results 77 comments of mustiikhalil

Oh weird, That means that the `GenMutate` is called with a `{{VALUETYPE}}` that's not a Bool. Or to be precise resetting the type to `Byte` so we can compare it...

@amitahire can you sign the google doc? so we can move forward with this?

Hey, so what you can do to verify is this is correct is to boot up the other grpc server/client and try to receive data from and to the go...

@godcong and its receiving data from the (swift/ts) server/client? If yes you can open a PR and i'll review it

Hey, So the verifiers are usually for languages that read directly from memory. Flatbuffers at least for now opted out of implementing the verifier for languages that use arrays, and...

My personal View on the following: >9. Construct the buffer forwards (rather than backwards like currently all implementations). This simplifies a lot of code and buffer management. Really like it,...

Just for reference and if it would help. I implemented it in the swift version of the verifier (not merged yet), which is relatively based on the rust verifier. here...

Good evening, Hope you are doing well. It seems that we are also facing this issue and after a long debugging session we found out that this might be an...

From what i can see the only thing that might make an issue is this > Add examples for other supported languages + proper readme for each one of them...

Yeah, definitely. i can start working on that then if that's the case