-
Example:
```ts
import {camelCase} from 'bun';
const camel = camelCase("hello world");
// "helloWorld"
```
#### TODO
- [ ] `Bun.camelCase("two words")` -> `"twoWords"`
- [ ] `Bun.capitalCase("two w…
-
Example Nuget Packet: EFCore.NamingConventions
I want to customize kernel-level naming as done by this Nuget package.
I want to use CamelCase in the code, but at the SQL level I want to get the …
-
https://github.com/Jaykob2447/seqelize_base/blob/e203b87071faa89049ad673068ed090ef828eb35/models/phone.js#L27
- модель має відображати іменування в об'єктах, а для властивостей об'єктів в жс прийнято…
-
Hi,
Congrats for the project, is posible to avoid camelcase in metadata construction?
Thanks for advance
-
Ich möchte gerne die `camelcase` Regel aus dem Regelset entfernen.
Da wir oft mit einem Python Backend im JavaScript interagieren, kommt es oft vor, dass Keys aus einem Response einer API einen `_`…
-
### Steps to reproduce
1: define get request schema
2: dart run swagger_parser && dart run build_runner build -d
3: export error output
### Expected results
export
```dart
// coverage:ign…
-
It should be `snake_case` for consistency to all properties.
See issues >> https://github.com/cph-cachet/carp.sensing-flutter/issues/434
-
https://github.com/kb-project-mz/Backend/blob/0864f1925af241196f448290168b5c75b08f3a93/src/main/java/fingertips/backend/asset/service/AssetServiceImpl.java#L26
-
# Description of feature
Our python code is mostly `CamelCase`, but there are exceptions. To keep the python MDO Lab codebase and APIs consistent and predicable, we could and probably should integrat…
-
There currently is no consistency in the casing of property names in our JSON resources and JSON output. The project was built piecemeal, but it's perhaps time to clean it up with a consistent use of …