Tomisin Jenrola
Tomisin Jenrola
Agreed, my approach has been to use `solhint` which has less features. It would be nice to do something like ```javascript import Linter from 'solium' const message = Linter.lint(contractCode) ```...
Is this still open and what are some suggested modules to look at in order to fix this?
Cool cool, off the top of my head, sounds like some state is cached or not cleared. Will check it out.
So here's what I found. As suspected, some state is not being reset. When `qvm.run` starts, it sets the status to `running` and does not reset this after the error....
Yes, I prefer this approach too. > would change to something like > ```python > if self.status not in ["connected", "done", "loaded"]: > raise QAMStateTransitionError(current=self.status, expected= ["connected", "done", "loaded"]) >...
@zdy1988 is this possible yet? It would be good to prevent items from being dragged into files to prevent files from having children.
handled mine with `return draggingNode.data.label !== dropNode.data.label`
I don't remember but I think it may have been that.
Did you find one?
I'm using [this](https://github.com/mmazzarolo/react-native-modal-datetime-picker) but the problem is that it doesn't connect to redux with the rest of the form.