-
Let's create a one function in `pyPPSTM` that would do anything from [line 70 of PPSTM_simple.py](https://github.com/Probe-Particle/PPSTM/blob/master/PPSTM_simple.py);
- [ ] #32 can or cannot be …
-
As seen below, #1-24 #01-24 #001-24 are all treated as separate units which might cause duplicates as people tend to follow different formating.
![image.png](https://raw.githubusercontent.com/nus-cs2…
-
The current duplicate detection in the name field is case-sensitive and does not ignore whitespace. This results in duplicate entries when names are entered with different cases or slight variations i…
-
The user `John Doe` accidentally typed an extra space in between. In this case, `John Doe` and `John Doe` are likely the same person because of the typo. Ideally, the app should be able to distinguish…
-
When I attempted to add a new person, I get the message that it is a duplicate entry when it's not. There seems to be an unhandled exception. However, after restarting the .jar file I am able to add t…
-
Add `hashed_endpoint` to disallow multiple shortened URLs (**_with same configs_**) to point to the same endpoint.
Since each endpoint is decrypted individually, using a per URL randomly generated …
aparx updated
3 weeks ago
-
The user `John Doe` accidentally typed an extra space in between. In this case, `John Doe` and `John Doe` are likely the same person because of the typo. Ideally, the app should be able to distinguish…
-
The current duplicate detection in the name field is case-sensitive and does not ignore whitespace. This results in duplicate entries when names are entered with different cases or slight variations i…
-
Clangd often reports the same reference to an object multiple times to the text editor.
If the editor doesn't do filtering itself, multiple references will be shown to the user.
I noticed that thi…
-
As per the UG, I have inputted `add John doe` which adds correctly. `add John doe` again, expecting for both to be added correctly as the UG does not mention that duplicates are not allowed. However,…