-
**Is your feature request related to a problem? Please describe.**
Release v2.8.0 fixed a bug where name casing was not applied to generated code.
So after updating, the names of all the values fo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.0
### What versi…
-
### Summary of the new feature / enhancement
```powershell
function x {
param(
[ValidateSet("A", "B", IgnoreCase = $true)]
$p
)
$p
}
x a # returns "a"
x A # r…
-
**What**
Changing the casing on a variable will recase it everywhere that the variable identifier was used. This recasing can also include type declarations when a variable identifier matches the typ…
-
I encountered that when I changed the casing of a single letter in a file name on an exfat USB stick (i.e. case-insensitive, but case-retaining), `renamer` complained that it would overwrite existing …
-
**Bicep version**
0.1.223-alpha
**Describe the bug**
property checking is case sensitive, ARM is not
**To Reproduce**
See screenshot
Similar to #225 we throw a warning but if casing is t…
-
The frontend eslintrc currently disables the prop-name-casing rule. This is a beneficial rule to turn on (see https://eslint.vuejs.org/rules/prop-name-casing.html), however we currently have 45 instan…
-
In order to make correct casing ordering on complex overpasses, we may need to change Tilezen - Tangram relied on `sort_rank` with casings to overlay an arbitrary number of layers. For MapLibre GL we …
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/09c37754dac91874ff689ed1e60effb4268c8669/specification/dns/resource-manager/Microsoft.Network/stable/2018-05-01/dns.json#L30
### …