-
Does this issue occur when all extensions are disabled?: Yes/No
```
Version: 1.92.2 (Universal)
Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
Date: 2024-08-14T17:29:30.058Z
…
-
**Environment**
Installed using `pip install vsg --use-pep517 ` on Ubuntu 22.04.4 LTS
**Describe the bug**
I made the rule:
```
use_clause_501:
case: 'PascalCase'
prefix_exceptions: ['…
-
Something like:
function ConvertTo-PascalCase {
param (
[string]$inputString
)
# Convert the string to lowercase and split it into words
$words = $inputString.ToLowe…
-
So every setting key name is CamelCase except `NameIDFormat`. Is there a particular reason for this?
I'm building a connector and due to ES, the settings need to be snake_case: https://www.elastic.c…
-
cova's build.zig is no longer valid.
```
/Users/p7r0x7/.cache/zig/p/122073922013698dd2c2339cb9fa37436408eb97d033f166b817d8a12193c47c2af3/build.zig:182:51: error: no field named 'Struct' in union 'bu…
-
### 🚀 The feature, motivation and pitch
Config dataclasses like `llama_recipes.configs.training.train_config` should be named using PascalCase, in this case `TrainConfig`. The current naming violates…
-
https://github.com/kb-project-mz/Backend/blob/0864f1925af241196f448290168b5c75b08f3a93/src/main/java/fingertips/backend/asset/service/AssetServiceImpl.java#L26
-
-
**EDIT** We have an implementation provided by #100017, so might as well expedite an API review --@eiriktsarpalis
```diff
namespace System.Text.Json;
public abstract class JsonNamingPolicy
{
…
-
### Description
When setting `name: 'PascalCase'` in the `types` section of the config, it still preserves the name of the Enums.
May be related to https://github.com/hey-api/openapi-ts/issues/…