Ashar Fuadi

Results 66 issues of Ashar Fuadi

Suppose that I have this struct: ``` type PersonUpdateRequest struct { Name *string `json:"name"` Age *int `json:"age"` } ``` This represent a request body of a REST endpoint to PATCH...

Hello all, I will not be maintaining Regrader anymore, so I am going to [archive](https://help.github.com/articles/about-archiving-repositories/) this project. I wrote Regrader when I was in college for a national programming contest....

PLEASE READ

type: enhancement
pri: P4-wishlist

Isolate has been finally hosted on GitHub: https://github.com/ioi/isolate. Use it instead of the old repository.

type: enhancement
pri: P2-normal

Submission file type should be limited based on the chosen language before submitting.

type: feature
pri: P2-normal

If the solution forgets to clear variables between test cases. We should warn/document this.

Similar to `Constraints()` method for input variables: ``` void OutputConstraints() { } ``` To support more than one `OutputFormatX()`, we can also have `OutputConstraintsX()`. E.g., `OutputConstraints2()` will be checked if...

spec

In the current world, building a spec file will perform the following: - compiling the problem spec and test spec classes against ``, **PLUS** - compiling all common features not...