bruce-hill

Results 3 issues of bruce-hill

This should make it faster (it now stops scanning when it hits the desired upvalue) and more correct. It now allows setting an upvalue to a falsey or nil value,...

The README says "Termbox's interface only consists of 12 functions", which is not really accurate (there's 21 functions), and lists just the function names. I think it would be helpful...

In the code for performing signatures in Python, incoming `datetime` objects (such as those created from `datetime.now()`) are being mutated in a way that changes what time it represents, which...