Denis Davydkov
Denis Davydkov
@aelberg Thanks for reporting, gonna check it. Originally issue was due to https://github.com/xyflow/xyflow/issues/3282, and I temporary workaround it ("dirty", but have to wait for the xyflow's fix) https://github.com/likec4/likec4/blob/08fd81d1d667a19742749d19d388dcbce49be80f/packages/diagram/src/xyflow/XYFlowEvents.tsx#L55-L59 Probably to...
Hey @fadil-khodabuccus-cko, thanks for reporting this. Could you please provide sources, like as obfuscated code with a minimal model to help reproduce the issue? Is it dynamic view or regular?...
Such a layout quite tricky to get with the hierarchical [`dot` layout](https://graphviz.org/docs/layouts/dot/). I will experiment with another layout. But I would rather consider what @vedeja is suggesting.
@MFarabi619 you are welcome!
Actually, I had this idea of adding colors to tags in the specification, and decorate them in IDE.
Released in [v1.32](https://github.com/likec4/likec4/releases/tag/v1.32.0)
@gparmeggiani is it result of `Export as .png` from UI or `likec4 export png` from CLI ?
Hey @eitikimura Can you please verify with [1.37](https://github.com/likec4/likec4/releases/tag/v1.37.0)?
Thank you @h0uter
Hey @josdeweger Yes, Wasm version fails on some graphs. Can you try with dot binary? ``` npx likec4 build --use-dot -o 'some/path' ``` If you still have issue, then we...