Jack Allan
Jack Allan
@mgol Thanks for your quick response. This is not quite true. We use npm ci to ensure that the packages we install comply with package.lock.json. And we do this locally....
BTW happy to submit a PR for this if you agree with it
@mgol great, please expect a PR forthwith. May I suggest that the packageInstallCommand default to "npm install" then you could have the option of changing it to "yarn install" or...
Hi @mgol, This is taking me longer than I anticipated due to eslint and formatting rules. Do you use an auto formatter? Is there one I can use to get...
Here is the hacky work around that I have come up with... But there must be a better way? ```python from automat._core import Transitioner def get_transitioner(fsm): attributes = fsm.__dict__ for...
Interestingly, the above hack only works after the first input has been executed. Beforehand the _automaton attribute is not in the transitioner dict
Just tried this on 1.6.0 and the same behaviour is experienced
Yes thanks this works and is what I am presently doing. However there are potentially a lot of things I have to monitor the changes of and maintaining this is...
Sounds like a good idea to me
Interestingly the ability to pass a store as a prop was re-instated in [react-redux v7.01](https://github.com/reduxjs/react-redux/releases/tag/v7.0.1)