wirekang

Results 31 issues of wirekang

input json file: ```operationId": "sample_getInfo``` expected output: ```sample_getInfo``` actual output: ```sampleGetInfo``` Please add option like "--allow-special-character".

enhancement
good first issue
lot-of-changes

Why FieldNumber has string type? Can I expect strconv.AtoI always return nil error for FieldNumber?

question

**Describe the bug** When this bug happends, window focus never changing. **To Reproduce** 1. Komorebi is running and works properly. 2. Open Android Studio or IntelliJ or DataGrip. 3. Now...

bug

```sql CREATE TABLE T1( c1 varchar null ) ``` become ``` interface T1 { c1?: string | null } ``` `c1` can be string or null, but could it be...

It would be great if I can set pefix (or suffix) on generated types. Ex: `MyTableName` -> `MyTableNameRecord`

Hi everybody. It's been a long time since I've neglected Mouseable. The main reason is the switch of primary OS, Windows to Ubuntu, to unify development environments with my co-workers....

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [X] Not reproducible...

In Typescript 5.0.2, autocomplete is not working with certain form of selecting: ```ts db.selectFrom("table").select((e) => [ "", // HERE ]); ``` Type checking works well, only autocomplete(suggestion) is disabled. |...

bug
typescript