Oleksandr Zaitsev
Oleksandr Zaitsev
We currently use two Roassal builders: - `CMR3SpaceAgentsBuilder` which creates builds all agents - `CMR3SpaceCellsBuilder` which builds all cells ```st CMR3SpaceShapeBuilder > objects ^ diagramBuilder cormasModel agents select: [ :each...
I am working on this issue
@jordanmontt I think this was suggested by you (or your tool) Could you elaborate please? What's the problem with explicitRequirement?
I am working on this issue
This is actually a cool issue! we need a PoV designer like the one that we had in VisualWorks 
@ElCep could you please provide an example of a model (or a skeleton) defined in DOT? For example, how would you define a robot-forager model? https://cormas.org/#/robot-forager https://github.com/cormas/robot-forager-model
Thanks @ElCep for this cool example! I think this would be a great GSoC or internship project for a student We could create a separate repo and define a .dot...
Thanks @jodz4k for this wonderful issue! This happens because the `CMAgent >> #die` immediately removes the dead agent from the collection. Therefore, if this happens inside a `do:` loop, it...
@kybeka which version of Pharo are you using?