Leland Lucius
Leland Lucius
At some point since 2014, the handling of the queue_name argument got dropped. I suspect it might have been when enqueue() was split into enqueue_in() and enqueue_at(), but I didn't...
When a var is defined as a dict() in a class, printing a value from it can print the variable type followed by an error. Here's some sample code: ```basic...
Just ran across this: ` d = dict() d("b") = "2""a" d("b") = "2") d("b") = "2"> d("b") = "2": d("b") = "2"- d("b") = "2"/ a = "2""a" a$...
On Windows, if your display scaling is greater than 300%, the text rendered by imgui will be garbled. Allowing imgui to do the scaling instead of making the font too...
This is a resubmit of splitting the washer and dryer class into individual classes.