-
### `camelCase`
Converts a string to camelCase (the first letter of each word is capitalized, except the first word, and no spaces).
**File**: `src/utils/string/camelCase/camelCase.ts`
**Test…
-
Currently rules for fields etc enforce starting with a small letter. This feels unnatural for abbreviations, e.g. we had a fan `enum` value `ECGTrace` but that gives
```
the symbol name 'ECGTrace' mus…
-
In the "detailed-Conformance" section of https://github.com/w3c/publ-a11y/blob/main/a11y-meta-display-guide/2.0/draft/localizations/en-US/display_guide_vocabulary_w3c_en-US.json the word 'Conformance'…
rickj updated
3 weeks ago
-
The folders inside the modules folder must be named using kabob-case. This is because these names are used in urls which should be lowercase.
This has the unfortunate side-effect of requiring us to c…
-
The changes listed here in this issue have been accepted in [this Zulip discussion](https://roc.zulipchat.com/#narrow/channel/304641-ideas/topic/snake_case.20instead.20of.20camelCase).
- Make the p…
-
## Summary
I am cross-posting an issue I made with Preact and Voby
https://github.com/preactjs/preact/issues/4555
https://github.com/vobyjs/voby/issues/45
-
### Background and motivation
When the JSON console log formatter is used properties are formatted with PascalCase
```
{"EventId":15,"LogLevel":"Warning","Category":"Microsoft.AspNetCore.Hosting.Diag…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
Hello,
Is there any way to make properties camelcase not only names? An example like this:
first_name: z.string() -------> firstName: z.string()
Thank you.
-
The code will turn `ArrowLeft` into `arrowleft`. A `-` will turn the subsequent letter into a capital as noted in the docs, but that means we need to ask for `key_-arrow-left` instead of `key_ArrowLef…