-
For discussing assorted things related to the code generator (#259).
-
## Describe the bug
When a request is canceled—either due to manual intervention or connectivity issues—while waiting for a response from one of the following endpoints: `/api/v1/task/classificatio…
-
If any description in the Open API Document has `*/` substring, then that causes the multiline comment used for description to end early, resulting in a syntax error.
I know one way of fixing this…
-
I have a build with a tangled web of code-gen steps in it where you won't know what outputs you'll get (and therefore what inputs will be read for the next step, e.g. a command might read all the file…
-
Running `node ./tools/team-generation-benchmark.js random` gives me this error
```
$ node ./tools/team-generation-benchmark.js random
node:internal/modules/cjs/loader:1143
throw err;
^
Err…
-
### Describe the bug
The current implementation for generating code coverage and APK/AAB difference reports can lead to excessive noise in PR threads. This issue primarily affects the visibility an…
-
Great package! I really love what you're creating here!
Currently, to use [json_serializable](https://pub.dev/packages/json_serializable) and/or [freezed](https://pub.dev/packages/freezed), develo…
-
### Description
Why not use Turborepo instead of Plop for code generation?
### Problem Statement/Justification
I think that since Yamada UI uses `Plop` for code generation, it would be better to al…
-
Generate java code from the graph.
More like Eclipse Dali project..
-
Hey there!
i love create-elm-app. It's awesome.
*I have an idea.*
Writing elm JSON encoders / decoders means writing a lot of boilerplate.
I suggest code generation as an approach to improve…