Jiale Zhi

Results 5 issues of Jiale Zhi

Python type hints (PEP 484) is useful in improving code base readability and providing additional static type checking to find bugs related with typing. Type hints needs to be added...

enhancement

There are some new breaking changes in the current version of raft which is very different than the one used in ticketd. For example, things like `log_get_node_id` changed the way...

The original recursive parse would cause stack size exceeding system limit and a segment fault when dealing with large date ( usually 100k lines or more ).