-
### Describe the bug
The code generator does not generate concrete code for a struct-like enum defined in a third-party crate.
It is left as an opaque type and cannot be constructed on the Dart sid…
-
Hi @saelo, I am recently integrating some WebAssembly (abbreviated as *Wasm*) features into fuzzilli. Everything looks good to me when adjusting the static JS model. However, when I try to add some pr…
-
**Is your feature request related to a problem? Please describe.**
A custom component might have the correct output to allow for `integrations/langfuse/src/haystack_integrations/tracing/langfuse/trac…
-
We can use **newColor()** function to generate sooo many colors
```
const arrayOfColorFunctions = ['0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f']
let randomColor = '#';
function ne…
-
**Intended outcome:**
Generating types from a query should not include an "empty" type and union it with the actual requested type.
**Actual outcome:**
`apollo client:codegen` is generating a…
smoak updated
2 years ago
-
I have a non-trivial configuration with two code generators: for C# and TS. C# clients don't require any pre-set baseUrl but TS requires some URL prefix like `/test-prefix`. I admit that this is not q…
-
Hello. I Faced into the issue that nswag generates wrong code for derived types.
It generates type with discriminator which starts from underscore "_", but in fromJS method it check property of data…
-
As we switch to a new parser generator ( https://github.com/mozilla-spidermonkey/jsparagus/pull/347 ), we should remove all the code from `gen.py` which is no longer used.
-
Need to comment/document the generator in case anyone in the future needs to fix/update it. Its also a complete mess :)
skial updated
12 years ago
-
This fails with the C code generator
```
inherits collectionFactory.trait
```
at the top level of a module does not endow the module object with the inherited methods.
It works, I believe, with the …