Evan
Evan
I tried to establish the environment but failed. Pip cannot find the old Keras and TensorFlow for Python 2.7. And, the newer Kera/TensorFlow only supports Python 3.5+. Original environment: Keras...
``` struct TextScrollWindow *scrollwnd; scrollwnd = (struct TextScrollWindow *)gbtn->content; if ((scrollwnd != NULL) && (scrollwnd->text[0] == 1)) ``` Is it okay to assume that "gbtn->content" is a TextScrollWindow? Look at...
Using 64bit int as the underlying type of enum is not officially supported by the C11 standard. The actual behavior is compiler-dependent. These enums cause portability issues, making us unable...
Add THST and doctest * THST: Templated hierarchical spatial trees designed for high-performance and hierarchical spatial partitioning use cases. It improves the performance of the handling of ranged buffs. Here...
Work in progress. Replace HitType with HitTargetFlags. This is a TODO item mentioned in line 92 of thing_list.h. Type: New Feature