-
I have some pages that are expected to be typed in by hand, so for these pages urls will be case-insensitive.
I envision this being implemented as a redirect to the properly cased url and triggered a…
-
### Problem Statement
If I have a codeowners file with a team `@segmentio/core-api` and `@segmentio/Core-Api`, both map to a single GitHub team. In Sentry, these are treated as two separate teams.
S…
-
I love this addon (used the original altn8 for years) - thanks alot for it!
One thing I miss, though, is the possibility to do case **in**sensitive pattern matching.
Example: I would like to swi…
-
### What happened?
Hello firends,
when I am searching for words like `SELECT * FROM memos WHERE content &@ 'engine';`
It is as expected and it searches caseinsensitive. So ENGINE would be also …
-
## Description
Thie paths are being coerced to case insensitive paths which is causing issues when changing note or folder names on the client and pushing to the provider.
-
LLVM's lit utility includes a builtin implementation of the `env` command in `llvm/utils/lit/lit/TestRunner.py`; see [here](https://github.com/llvm/llvm-project/blob/26a9f3f5906c62cff7f2245b98affa432b…
-
Storage collection slugs are currently case sensitive - e.g, you can `POST` two child storage collections with "mycollection" and "myCollection" as slugs, and you'd end up with two different collectio…
-
There are several searchboxes in CoCalc, including to
- search among projects in projects list
- search among files in a given project
- search among CoCalc users' names to add a collaborator to …
slel updated
2 months ago
-
I think we should:
1. Check for equal filenames (case insensitive extension)
2. Check filename of file_origin in mzML (case insensitive extension)
Only then fail.
We should also check file_ori…
-
Hi, I use PostgreSQL as a DB engine and I have a problem with case-sensitive columns.
For example I would like to have `User::$email` as case-insensitive. Is possible to set case-sensitivity for on…