-
Hi, congrats for the nice gem.
I need instead it do
How can I do this? thanks
```
@teste = Gyoku.xml(
:enviar_instrucao => {
:instrucao_unica =>{
:razao => 'Upg…
-
The relevant TC39 proposal proposes debug IDs to be in camelCase (`debugId`): https://github.com/tc39/source-map/blob/8be0fe10ad042e13f4196d17b44ddedfd6a9df58/proposals/debug-id.md?plain=1#L111
We pr…
-
The Julia style guide [says](https://docs.julialang.org/en/v1/manual/style-guide/#Use-naming-conventions-consistent-with-Julia-base/)
> functions are lowercase ([maximum](https://docs.julialang.org…
-
Currently, when we have a resource, the generated variable name in Kotlin file is same as the one in xml.
Currently:
ie. I have a string defined in xml `Some string`
and we reach it in Kotlin and…
-
**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: ['…
-
Hello,
The "operator" has to be a valid "ComparisonOperator"
-
[must]:https://img.shields.io/badge/review-must-red.svg
![must]
`camelCase`と`lower_snake_case`がソースコード内で混在する状態は避けましょう。
_Originally posted by @iida-naoki-opst in https://github.com/Go…
-
```ts
// your answers
type CamelCase =
S extends `${infer T}-${infer U}`? U extends Capitalize ? `${T}-${CamelCase}` : `${T}${CamelCase}` : S;
```
-
Overhaul inflection so that it deals with BakedString vs RawString. BakedString.append(...) etc. Prevent thing being cooked twice - no biscuits.
One of these options:
```ts
/**
* TypeScript hack: u…
-
## Description
Option names are in **snake_case** (e.g. `siblings_only` for the [`no-duplicate-heading`](https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md#md024---multiple-headings…