Henddher Pedroza

Results 6 issues of Henddher Pedroza

Hi, great library!!!! Any plans to add support for mypy? I'm using the library but missing types trigger [this error](https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker) ``` error: Skipping analyzing "transitions": module is installed, but missing...

Calling `machine.initial = 'start'` changes `self._initial` but doesn't change the actual initial state. **Minimal working example** ```python def test_initial(self): import transitions as sm machine = sm.Machine() assert machine.state == 'initial'...

bug

STEPS TO REPRODUCE: Using https://github.com/buguroo/pyknow/blob/develop/docs/examples/maximum.ipynb ```python watch(watchers.RULES, watchers.FACTS, watchers.ACTIVATIONS) m.run() ``` ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in ----> 1 watch(watchers.RULES, watchers.FACTS, watchers.ACTIVATIONS) 2 m.run() ~/Documents/github/pyknow/pyknow/pyknow/watchers.py in watch(level,...

[text2html.py](evennia/blob/evennia/utils/text2html.py) has various inconsistencies. They are demonstrated by [skipped tests](evennia/blob/evennia/utils/tests/test_text2html.py). - When an ansi string contains a HILITE effect with a subsequent UNHILITE effect, the UNHILITE effect char seq is...

bug
branch-master
Hacktoberfest

Hi, Any plans to add typing to all demos? So far, it hasn't been too hard to add typing to my code using aiohttp's websockets. However, it is a bit...

Ping! :bell: Project stale? Just curious - no activity since 02/2019

triage