[1:06:08][@Sharlock93][Casey, we hear cutlery. Maybe skip Q&A and eat?]
[1:06:28][@elxenoaizd][Why aren't the + and - signs not shown for the group labels?]
[1:07:21][@elxenoaizd][Instead of manually typing values of power of 2 for our debug text enums can't we just use 1 << 1, 1 << 2, etc.?]
[1:07:39][@cubercaleb][So is THIS what you meant by IMGUI?]
[1:08:07][@TheSizik][Colored text option for V4's representing colors?]
[1:08:15][@insofaras][Will you be adding string type debug variables, maybe for things like save folder location, keybindings etc.?]
[1:08:35][@elxenoaizd][Why can't we use LLVM in windows? That way we use the same compiler for our major platforms]
[1:09:13][@ifingerbangedurcat][printf comes from a library, we must implement string formatting so the stream isn't based on a lie]
[1:11:51][@insofaras][If you had to implement an encryption system, would you use a library or write it from scratch yourself?]
[1:12:01][@KRUZAA][(Off topic) How long after getting his / her number should you text / call them?]
[1:12:10][@SoysauceTheKid][Are you planning on doing user text input (i.e. spawn entity with x amount of health)?]
[1:12:15][@elxenoaizd][You missed my question twice in the prestream. Looks like it's not appearing. Is there a max question length that you filter out?]
[1:12:28][@insofaras][You can debug LLVM things using the Visual Studio UI[ref
site="GitHub"
page="Microsoft/MIEngine"
url="https://github.com/Microsoft/MIEngine"]]
[1:12:45][@Longboolean][Would it be possible to compile all possible combinations of debug vars as separate binaries but then only use the one that matches the chosen debug vars, for faster switching? Is this a stupid question?]
[1:16:42][@Sharlock93][What is the end goal for the Debug GUI? Like, at what point will we say this is done?]
[1:17:02][@budsan][In case the debug variables header is messed up, can we check easily if a debug variable is not defined and set some default value?]
[1:17:20][@elxenoaizd][How would you implement your own string without having them being null terminated? Bundle the char* with a count variable?]