Dan Bechard
Dan Bechard
Make up/down arrow keys navigate to the next/previous packet in the packet list when that control is in focus. 
I've noticed a number of places in the tests, such as this: https://github.com/mas-bandwidth/yojimbo/blob/c868d55f49c0fc78be3b4262ff549e34df0096ff/test.cpp#L1454-L1464 Where we're calling `client->SetLatency()` etc. on a newly allocated client. If you look at the implementation for...
I had this: ```jai using SingleTestMessageType :: enum u16 { SINGLE_TEST_MESSAGE; NUM_SINGLE_TEST_MESSAGE_TYPES; } ``` but the language server couldn't see the type. I changed it to this: ```jai SingleTestMessageType ::...
[Error - 2:54:49 PM] Unknown directive #align (c:/dojo/jai/modules/Socket/generated_macos.jai:1768:26)! [Error - 2:54:49 PM] Unknown directive #align (c:/dojo/jai/modules/Socket/generated_macos.jai:1838:23)! [Error - 2:54:49 PM] Unknown directive #align (c:/dojo/jai/modules/Socket/generated_macos.jai:1839:26)!