Oleksandr Zaitsev

Results 59 comments of Oleksandr Zaitsev

@jecisc `Math` is just a tag of the `DataFrame` package. It has two tags: `Core` and `Math` Do we need to add dependencies for tags? If yes, I suggest that...

@SergeStinckwich I would love to have a more fancy name! Because when we talk about this library, we often have to say `Pharo DataFrame`... which is much worse than `pandas`...

I would rather handle the "sent to nil" exception in those cases. Or use a combination of two methods: fillNil and the arithmetic operation. Otherwise we would need to provide...

We only call it once so let's simplify it and remove this method

We could take some inspiration from this package: https://github.com/DuneSt/MaterialColors It subclasses Color to follow Materiel Design color recommendations https://m2.material.io/design/color/the-color-system.html

A nice solution for this would be to position each agent in a random location inside each cell and not in the middle of a cell Agents are positioned inside...

Or better, rename it to `numberOfRows` and `numberOfColumns`

I think, this issue should be closed now. If something was not done, we can open separate issues for those things

There are two types of halts in Cormas methods: - Simple halts that are located at the beginning or the end of the method **(18 cases)** - Halts in the...