-
Tried to generate for a package of a domain with an underscore, like:
com.ex_ample. ...
Generator removed it, like:
com.example. ...
without a warning.
-
### Environment information
```plain text
System:
OS: Linux 4.14 Amazon Linux 2023
CPU: (2) x64 Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
Memory: 6.39 GB / 7.68 GB
Shell: /bin/bash
Binar…
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
I am getting error while synthetic test data generation using…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
-
I think there's room to build a really cool feature here which fits with my general goal of exposing the behind-the-scenes magic that makes most modern javascript run. The idea is basically to build s…
-
If a model contains a class with an attribute named "ID", this will generate sql alchemy code containing an error.
The problem stems from the sql alchemy generator always adding a column named "id" …
-
This is reproducible in drt-scale when running the following query (same query issued by db-console):
```
SELECT DISTINCT collection_ts,
blocking_txn_id,
encode(blocking_txn_fingerprint_id, 'hex…
-
**Describe the bug**
When using 8.1 against openapi-generator-maven-plugin 7.8.0, all parameters of an object are generated as required.
**Expected behavior**
When an object has say one required …
-
The specification defines IdGenerator as an extension point:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#id-generators
The yaml for `tracer…