-
**Is your feature request related to a problem? Please describe.**
Warn/error when `storyName` is a case-insensitive variant of the name generated by the export name:
e.g. `WithText.storyName = 'W…
-
Hello, compare this two texts on new documents with "Ignore Case" setting checked, the text should be evaluated as equal. You get differences on accented words.
Left:
LA MAÑANA PALABRA ACCIÓN
Rig…
-
Just yesterday I was reminded of subj. Instead, said parameters defined as `(CI ByteString)` as well as parameter names at
https://github.com/zmthy/http-media/blob/5db8b78b47b25ba7d27b322cc9b0eb170…
-
There's been a long-time desire to support LIKE queries in Ghost.
From a user perspective, this would allow us to do "contains", "startsWith" and "endsWith" type filters.
**Reference implementa…
-
The same name but different capitalisation is allowed
![Screenshot 2022-11-11 at 16.32.02.png](https://raw.githubusercontent.com/weesiau/pe/main/files/0196ac97-2d7c-4032-b389-32284a60da5a.png)
-
EDIT(camelid): This is not an intra-doc links issue. See https://github.com/rust-lang/rust/issues/80882#issuecomment-757533067.
-----
I found a glitch in the std/core library docs. The docs for…
-
Hi,
The `scala.util.parsing.combinator` library should provide a way of turning on case insensitive matches; having to prefix every string with a (?i) isn't ideal. E.g., `"""(?iu)\|H""".r`, just ends…
-
We currently have a gross mix of provider names in upper/lower case. E.g. "WFS" vs "wms". It's confusing even for experienced developers!
We should either unify the case of all the names (more port…
-
The problem is that though MPD scans and accepts artists with only 3 letters Volumio doesn't show them in list. You can search them, you can open them by album, but you don't see them in list.
That's…
-
Case insensitive RegExp compilation normalizes a case sensitive codepoint range into a case insensitive codepoint range by simulating all 16-bit codepoints and seeing what comes out of each conversion…