Aly Sivji

Results 35 comments of Aly Sivji

@manesioz Would love some help getting this feature into Busy Beaver!

Awesome! Ping me if you need a hand getting started!

I've created an email address and want to get the ball rolling on moving this project over to the Busy Beaver GitHub organization. It will make it easier for other...

@ptrstn Thanks for the detailed write-up! Right now each transition function is limited to a single transition decorator. The workaround you posted looks like it works, but definitely not the...

That makes sense. I think we do something similar for functions where we store meta information in the `.__fsm` attribute

Please take this one; would love the help!

Can you create a pull request with your changes? Would make it easier to discuss

I think the way to do this is to change the `transition` from being a function decorator to being decorator created via a class with class level variables: ```python class...

- command is `fsm_draw_state_diagram` - `class` option refers to the full dotted path (project.module:ClassName) where the State Machine can be found - `initial_state` is optional -- can be used to...

https://gist.github.com/alysivji/0475531d2703373c024a60a63b8a2db6 Let me know if you need me to clean this up and make a PR. Would love to contribute to this project. I use it all the time.