Fernando Macedo

Results 75 comments of Fernando Macedo

Hi @svenwanzenried, how are you doing? Thanks for bringing this up! You're right on your clain that using strings can reduce the power on your IDE with auto renaming; The...

Oh, I've just realized what is happening. The Python interpreter cleverly differentiates between methods simply declared in the current scope and those that have been "bound" to a class instance....

- [ ] Include `machine` on the list of available `parameters` on the dynamic dispatch docs: https://python-statemachine.readthedocs.io/en/latest/actions.html#dynamic-dispatch

Nice. I'll try to add self and see if it works.

> @fgmacedo - Thank you for approving it. I may continue to add more docstrings/comments in the near future. > > It looks like one task, `Upload coverage to Codecov`...

@NitaiP can you please rebase your PR over the `develop` branch? I've updated the codecov action on another PR and seems to have fixed the error: https://github.com/fgmacedo/python-statemachine/pull/430

Closes: https://github.com/Polyconseil/django-cid/issues/65

Hi @NSchrading, how are you? I'm just sending a quick reply to help out. We can delve deeper if this doesn't resolve your issue. Have you checked out the [Guess...

@NSchrading trying to understand what is the problem. Can you share the code of `persistence_cycles`?

> A problem I found with this approach is that you need to be careful about the order of the transitions. If you put the internal transition before the transition...