CDFMLR
CDFMLR
Thanks for sharing. It seems great. Maybe I can make some experiments to evaluate it later.
Thanks for reporting. I'm on it!
@bjoernma would you mind to provide some more detailed information about how you triggered the exception. I think I've fixed it (by following the solution you mentioned), but I haven't...
Thanks, @AzureArmageddon. There seem to be more jobs to do aside the compatibility of astunparse package to support the new `match` statement. I am considering literal convert the `match-case` back...
As the `match-case` statement has been widely adopted today, I recommend that those encountering this problem consider a quick fix: - Make a copy of the code you want to...
Progress: With my latest commit https://github.com/cdfmlr/pyflowchart/commit/12fcc03b1adc078c0053689e98008873cf19228b, PyFlowchart is now able to read & parse the match sentences (with Python 3.10+). As mentioned before, > Since a multi-branch condition node is...
> Perhaps [making an issue](https://github.com/adrai/flowchart.js/issues) on flowchart.js would be appropriate. There's an existing one that has persisted for years: https://github.com/adrai/flowchart.js/issues/60. > or mayhaps if an attractive alternative comes along as...
Anyway, I'm releasing a preview (not well tested) version `v0.4.0-alpha.4` that contains current progress for match-case support. `pip install pyflowchart==0.4.0a4` to use it. Keep this issue open for seeking further...
@kaasima10, it appears that your comment may not be related to this thread. Your issue will be traced in #32.
AFAIK the depended flowchart.js library does not support this feature. 🤦♂️