Richik SC

Results 24 comments of Richik SC

This issue is still not resolved. If I get a match result notification, tapping it should go to the match details screen with score, video and breakdown. Instead, it launches...

I'd be interested in working on this issue - but I'd need some guidance for sure! Where in the code are launches from notifications handled (I'm guessing `PushService`) and what...

Okay, I'll be completely honest, I was thinking this would be an entry-level issue that I could work on to learn more, but after your explanation, I don't think I...

@prateekma I understand the decision to not support Apple Silicon for 2021 - given developers' access to hardware, and that the timeframe is just too short between now (the release...

@prateekma Thank you for the quick and clear response!

@ssysm I'll be receiving my M1 system soon, so I'll report any specific issues I run into this season under Rosetta 2. Thanks for letting me know it works smoothly...

> I got my hand on a native build of JDK 11, unfortunately WPILib does not build with the native JDK :(, looks like the building process have to stick...

When I use Rosetta and the x86_64 build of OpenJDK 15, my project builds, but unit tests that use WPILib libraries and requires `halJni` fail. This one used `Timer`. ```sh...

> @richiksc What version of GradleRIO was the project using? We fixed an issue with loading dynamic libraries in Beta 2. @prateekma The project uses GradeRIO v2020.3.2

> We don't run any native code in the plugin, so that should be platform agnostic. However, I'm not sure about the Java plugin, and I'm almost positive the c++...