Chinmay Bhat
Chinmay Bhat
Hey, I was just wondering if you could help me out with the above code. NetworkMessage nm = new NetworkMessage((byte)MessageType.SYNC); I don't understand how the message ID's are supposed to...
Hey, thanks for the quick reply. I am unable to understand the receiving part of the script. Is it possible for you to post a sample script for sending and...
@DynaSpan Thanks a lot! I was able to setup a connection between Unity PC application and HoloLens UWP app. To parse the message, do I need to use Read() in...
Thanks @DynaSpan. I'll let you know if I have any further issues. You have been very helpful. :)
Hi @nastra, can I be assigned to this? Looks like the dependent issues have been resolved/merged. Also I've read through the discussion on #7160. Is there any other dependency /...
Ok, so can I pick this up once the parameterized tests PR is merged? Also, `iceberg-spark` has folders for each version (v3.2, 3.3, 3.4, 3.5). Do you recommend creating separate...
As it's a big task, I'll get started migrating tests in `iceberg-spark` v3.5 that are not parameterized, and later open a new PR for the parameterized ones :)
can we mark this is as done?
I'll raise PRs for the remaining migrations in the coming days.
@syun64 thank you for the review! In regards to testing, I see that the tests are all performed on the classes that are called by the APIs. None of the...