-
The deletePerson should take in a Person object instead of an index. However, the sequence diagram below shows an index "1" being passed into the deletePerson method.
![image.png](https://raw.githubu…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/1c9663fc-7438-4741-a080-babc638a564f.png)
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/mas…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/d7e7e852-f48a-4108-b034-c005d61d42de.png)
The sequence diagrams under the `Implementation` section of the DG, page 8…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/167d2449-d71d-485f-9b3c-786b8de30d4c.png)
There should be `:` before classes, like `:CommandBox`, `:LogicManager`, a…
-
The deletePerson should take in a Person object instead of an index. However, the sequence diagram below shows an index "1" being passed into the deletePerson method.
![image.png](https://raw.githubu…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/3967490a-4ed0-470e-aa12-268e42d1c3f8.png)
The arrow inside the "alt" box, for "throw CommandException"... starts fro…
-
Have run the test packaged with the software successfully. But when I try to run my own data, I get the following error:
python create_inference_graphs.py --reads All+RatQ3.fastq --gfa raven-unpoli…
-
The methods should all be placed close to the arrowheads. in the picture, i can't tell/read clearly which of the arrows the method belong to. especially printMessage. This error is occuring in many of…
-
The font size for the sequence diagram of the Search Public Address feature is small to the point where zooming in is required to read it.
-
The library appears to measure the constituent parts of a flag sequence:
```javascript
import fastStringWidth from "fast-string-width";
console.log(fastStringWidth("🇸🇪")); //
// prints 4
con…