Leesoo Ahn

Results 2 issues of Leesoo Ahn

trim quote marks ('/") in head and tail of the value of each line in container config file. This change takes care of the following cases. 1. Both marks are...

Incomplete

```vala public static void main(string[] args) { int[] c = b[1:3]; // { 4, 6 } { // something } ``` In the code, the last ``}`` in comment is...

help wanted