-
##### Description
When working on an enhancement of the typescript-axios generation I've noticed fields missing in the generated classes.
[This PR](https://github.com/OpenAPITools/openapi-genera…
-
As the title says, the typescript interface generator maps the date/datetime/time types to Typescript's Date object (https://github.com/api-platform/client-generator/blob/master/src/generators/Typescr…
-
### 🐛 Describe the bug
With #110413, generator now can be passed as a parameter to fake mode dispatch. But the state of the generator passed won't change after the dispatch. As in fake mode there i…
-
##### Description
I'm trying to produce null-safe api code from swagger json docs so we can upgrade Dart to 2.17. I understood from the docs that the newest version should produce null safe a…
-
For `calculate_domain(PK, generators, header, api_id)` are we thinking something like:
Procedure:
1. dom_array = (M + L + 1, ...generators)
2. dom_octs = serialize(dom_array) || api_id
3. dom_…
-
While I'm not familiar with the Philox pseudo-random number generator (PRNG) in Numpy (it does look well suited to generation in a distributed setting), I think adopting a stateless PRNG API will be u…
-
##### Description
Currently if we have an spec where one field (e.g. _links) is defined the current StringUtils replaces the first underscore on camelize. This doesn't seem right so I fixed it in m…
-
When I run the generation for java I am getting code that doesn't compile. The errors all say
> Non-static method 'getGson()' cannot be referenced from a static context
It looks like the follo…
-
**What happened (please include outputs or screenshots)**:
Running this simple script in a big cluster takes about 30 seconds to execute:
```
import kubernetes as k8s
k8s.config.load_kube_conf…
-
Battle-Plan
- phase1: the Barcode,
- [x] Proof-of-Concept Notebook that we can go till there : we can generate a full GS1_128 Barcode on Jupyterlite
- [x] workaround till 'true' GS1_128: legend…