Maurice Wangleng Tan
Maurice Wangleng Tan
Did you copy `SE1_10.gro` from the repository?
Nice suggestion, thanks for raising it up. I checked the build script and I think we can exclude these gradle tasks for documentation-only changes: * `checkstyleMain` * `checkstyleTest` * `headless...
@kdy1 I think this issue can be closed since it is fixed by #222?
Hi, I would like to take a look at this issue, but I am not sure how to proceed with this. This is what I have thought of so far:...
Is it better if, instead of converting the type completely, I store the resolved constraint inside the type, then modify the assignment check to compare against the resolved constraint? This...
@kdy1 sorry for the long wait, it's ready now!
> I thought in the adoc version the link will point to the adoc file and in the html version it automatically points to the corresponding html file? The link...
What do you suggest we rename it to?
I think we did discuss about it before regarding how it feels rather weird to have a UI component being stored inside the `Logic` class, but we sort of let...
> Logic doesn't need to expose to the world that it uses a filtered list internally. From what I see there's two issues going on here: 1. `getFilteredPersonList()` internally uses...