MinJae Kwon (Miti)

Results 166 comments of MinJae Kwon (Miti)

@gliptak The forked repository seems to have been deleted.

What exactly does Archimate support mean? :)

@djKooks Yes, we're doing. Please wait a little longer :)

Inter-cluster edge is not supported now. Cluster class is for just grouping the nodes now. Let me research if it is possible (I think it could be achieved lhead/ltail options...

@jbpratt78 `>>` operation returns last node. So the return value of `Lambda("X") >> Lambda("X2")` is `Lambda("X2")`, therefore `begin >> lambdas` will connect the `begin` to `Lambda("X2")`. In this case, nodes...

I'll review this proposal in a week.

`Cluster` class also has `direction` options, but it does not work. So I left a comment on why that does not work. ### \_\_init\_\_.py ```python 199: # FIXME: 200: #...

Sorry for the late reply. I was so busy these days. I'll review it in 2 days.