-
```
When I first defined a diagram editor in the Spray DSL, I wrote something like
that:
class State :
container ( )
{
text ( ) { name };
}
Then I opened the diagram e…
-
```
When I first defined a diagram editor in the Spray DSL, I wrote something like
that:
class State :
container ( )
{
text ( ) { name };
}
Then I opened the diagram e…
-
```
When I first defined a diagram editor in the Spray DSL, I wrote something like
that:
class State :
container ( )
{
text ( ) { name };
}
Then I opened the diagram e…
-
The following LF program:
```
target C;
main reactor {
logical action a;
reaction(a) {=
=}
reaction() a {=
=}
}
```
produces the following diagram:
…
-
## Overview
Would it make sense to add a generic custom pre-processing trait like `@refine(functionId: String | Enum, protocols: List[shapeId])` to the core library? This can signal server stub cod…
-
There's the [orignal C implementation](https://github.com/mscgenjs), but it hasn't been updated in 10 years. There's also now an [open source javascript renderer](https://mscgen.js.org/) that is much …
-
When the resource shapes have been defined in an external domain spec from the toolchain spec, regeneration of a single adaptor causes the domain spec of the service in the adaptor to be generated in …
-
Hey all! @caniszczyk shared the [model](https://github.com/cncf/cartografos/issues/46) with the ex-CNCF-Ambassadors slack channel and I shared with with a few peers at Google. The following is the com…
-
I installed the version 2.1.a4 of the plugin SequenceDiagram in intellij 2021.1.1 Build IU-211.7142.45
When I tried to generate a diagram from kotlin source:
java.lang.NullPointerException
at …
-