Gordon Sulc

Results 4 comments of Gordon Sulc

Why support Python 2.7? It's old. [It's losing support and won't be maintained after 2019](https://pythonclock.org/). This is a fairly new package. Who in their right mind would choose to develop...

Good question. What is the goal? What are the bottlenecks of a `LocalNode`? I think we should start by listing those situations. If I start answering my own question: it...

This did not work. As it is a different case/transition. I've had limited time to try things out, but I'm working on something. I should have something at least viable...

Okay, here is the first pass that works: ```python __init__(blahblahbblah): #... self.use_state_transition_16 = True #... @state.setter def state(self, new_state): """ Defines the state for the DS402 state machine :param string...