This was interesting look into spacecraft communication! I would suggest you learn to use code actions to add imports, saves you a lot of typing and scrolling: just hover over not-yet-imported underlined symbol and press "ctrl+.". This will bring up menu where you select where to import the thing from. Real time saver!
This was interesting look into spacecraft communication!
I would suggest you learn to use code actions to add imports, saves you a lot of typing and scrolling: just hover over not-yet-imported underlined symbol and press "ctrl+.". This will bring up menu where you select where to import the thing from. Real time saver!
Thanks! Yeah, I definitely need to spend more time with code actions.
13:27 why no "!" strict on line 25,26 ?
No particular reason, just forgot.