-
```
What steps will reproduce the problem?
1. It is hard to reproduce since it is server specific (it occurred on
cloudFlare servers)
What is the expected output? What do you see instead?
"content" …
-
```
What steps will reproduce the problem?
1. It is hard to reproduce since it is server specific (it occurred on
cloudFlare servers)
What is the expected output? What do you see instead?
"content" …
-
```
IMHO it will be more convenient if apt-cyg does case-insensitive search just
like aptitude and apt-cache does.
With a search word more than 2..3 letters long, there won't be too many hits
among …
-
```
IMHO it will be more convenient if apt-cyg does case-insensitive search just
like aptitude and apt-cache does.
With a search word more than 2..3 letters long, there won't be too many hits
among …
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2122S2/pe/master/files/674490a5-c223-49a8-a8a7-479aac5d7da8.png)
Since tags are usually words, the case shouldn't matter most of the time. …
-
Command:
`addc n/joseph p/89993234 e/joseph@nus.edu.sg u/test t/Colleague Lecturer`
Add person with same email with different case
Before:
![image.png](https://raw.githubusercontent.com/nus-cs2103-…
-
I notice that the application accepts the same name that differs by case sensitivity.
As a user, it is very common to have typos when filling up names.
For example, our name is shown as UPPER LETTER…
-
Cluster roles in Akka are case sensitive meaning that using "role-B" in config and then accidentally "role-b" in code or elsewhere will not match.
I don't think it really makes sense with a case d…
-
There wont be 2 modules, one w caps and one w/o caps since NUS mod codes are unique. Wld be better if there wasnt case-sensitivity
-
Hi
in the composer.json you have classmap: "classes/" which is lowercase but the folder is uppercased "Classes", on a case sensitive filesystem this leads to class not found exceptions.
Greeting…