Glen Pierce

Results 2 issues of Glen Pierce

In EntryPoint.h, https://github.com/StudioCherno/Walnut/blob/3b8e414fdecfc6c8b58816106fe8d912bd172e31/Walnut/src/Walnut/EntryPoint.h#L10-L20 This code appears to have a logical error, as it creates and deletes a new `Walnut::Application` object in each iteration of the while loop. This means that...

Line 26 of LaunchList.tsx reads `onClick={() => handleIdChange(launch.flight_number!)}` The ! here appears to be an error, but I'm pretty new to React/TypeScript so if that's not the case, it might...