Zsolt Sandor

Results 76 comments of Zsolt Sandor

Hello, I ran into the same problem after using the example from polymer documentation. I also added the ondragstart and ondropstart to the container div the following way: `` After...

> > > @sz332 you are right. Would you be interested in submitting a pull request to fix this? @yegor256 Sure. Is it enough to fork the project, make the...

It could work, however we need to consider the situation when a model already exists and the user wants to create a generalization set for existing relations. Removing the old...

Yes, the normal use case is the following. The user creates a parent class. Then he creates a couple of subclasses. Then he draws the generalizations. Then he defines a...

My problem is that I am not sure whether it is really associated with a type. Like I create a new class called MyString. I create a new class called...

We need to check the specification whether we can have two items with the same name under a package (afaik namespace). Is it even possible by specification?

What other software do is when you enter a type and it is not in the package then it will automatically create it. That way everything is in sync. What...

Okay, so my description was probably not on point. A diagram shall be separated from the model. We shall have two different use cases: - remove the item from the...

Hello guys, we just had some discussion on the systems engineering discord server, and actually this would be a great feature, because SysML V2 really lacks an editor. What I...

https://github.com/Systems-Modeling/SysML-v2-Release this is the release page for SysML-v2. https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation is the location for a reference implementation. SysML V2 is based on KerML instead of just being an UML profile. KerML...