-
I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)
However, the sourc…
-
I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)
However, the sourc…
-
If a custom config-key setting is used, the value of config-key gets its "-" replaced with "_".
Example:
```
quarkus.openapi-generator.codegen.spec.my_json-config-key=my-api
```
results in…
-
Particularly they need:
- [ ] Better documentation of `DEAD`, `ERROR_IF`, `DEOPT_IF` and other special macros.
- [ ] Checks for use after free. We track liveness of values, so we can report uses o…
-
```
Hello all,
i just devlopped a MAVLink Java code generator...
Entries are mavlink xml files.
Output are :
- messages classes (from messages tags)
- Interfaces classes (from enums tags)
- an IMAVLi…
-
## Expected behavior
We migrated a while ago from the express-sequalize agent to the nodejs agent.
During that migration we wanted to keep the camelCase naming in the UI facing schema to avoid rew…
-
I followed the path to apply coverter postman-to-k6 on my local machine. Unfortunaetlly while I was trying to run exported Postman collection, received that error:
GoError: you are trying to acc…
-
-
pythonnet enables C# functions being called from Python. Very usefull, like redirecting stdout and stderr to whatever the developer likes...
Here a modified example from https://github.com/pythonne…
-
## Description
WWDC23 show us a new way to work with HTTP server APIs. Could it be possible to implement it within the Code Generator feature of Proxyman?
- [Meet Swift OpenAPI Generator - WWDC2…