-
When I try to autocomplete/import generated class it can not find it.
Steps:
1. Open this project, [demo.zip](https://github.com/user-attachments/files/17749965/demo.zip)
2. Build project with
```
.…
-
codegen-java should support generating record classes instead of regular classes whenever possible.
(codegen-kotlin already generates data classes whenever possible.)
I have this almost working, b…
-
It would be very nice to generate *sealed* Java/Kotlin classes whenever possible. This would improve code comprehension, pattern matching, and the IDE experience.
Potential solutions:
1. Infer whi…
-
Perhaps even validate back with the endpoint (to check that the number is the expected one)
dssib updated
2 weeks ago
-
**Describe the bug**
Invoking `toString()` on a generated `record` returns the default `toString()` result, inherited from `Object.java`. However, using `openapi-generator` would override this method…
-
## Description
Code produce by `/generate` command splits the class/methods into multiple cells.
Please find below few screenshots for the referrence
## Reproduce
1. Select …
-
Hi,
It looks like there is an issue with the outputted tailwind line-height classes. We have a text layer in Figma with font-size 14px and line-height 24px. The outputted tailwind classes are `text…
-
I want to use supabase with dart (flutter) apps and it would be cool to generate dart classes just like we can generate types/interfaces for typescript
**Describe the solution you'd like**
I want …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**Describe the enhancement:**
Extend the Helm chart to support the creation of specific Kubernetes PriorityClasses. This will allow users to define and manage the priority of agent pods, ensuring that…