-
### Background and motivation
Supporting AOT for the binder API is done using a source generator but dotnet compiler has only 1 (2) passes so it makes it impossible to use it within another generator…
-
### Description
Just like in openapi-generator for java it would be nice if there was an option to ignore header parameters e.g.
https://github.com/OpenAPITools/openapi-generator/blob/master/docs…
-
swiftly makes API calls to GitHub and today that client code is hand maintained, requiring careful work to update it as the GitHub API evolves.
It'd be easier to just generate the client code from th…
-
There are duplicated APIs for attributes:
1. https://github.com/microsoft/typespec/blob/26c2924413b0452441b9d401e34c6a44143f9e2d/packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/P…
-
We have evolved our analyzer package to one that contains both analyzers and source generators. To avoid some expensive analysis happening in both 'halves', we moved some analyzer production to the so…
-
### Problem Statement
More complex rules are hard to get right using declarative syntax. This feature request is to allow something like a Python parser (or similar), delegate args and get back the v…
-
# Version:
Chef Workstation version: 24.8.1068
Chef Infra Client version: 18.5.0
Chef InSpec version: 5.22.55
Chef CLI version: 5.6.14
Chef Habitat version: 1.6.1041
Test Kitchen version: 3.6.…
-
Build the spec off of OpenAPI
https://github.com/github/rest-api-description/tree/main/descriptions/api.github.com
-
Recorded here for now.
Current guess is that it's an issue with several type enumerations in JoinedNetwork. Probably creating the appropriate Scheme will fix it. Or maybe a generator error? (Unlike…
-
I've been considering an alternative approach to writing a Bitcoin Core JSON RPC client, namely, exporting the structured API information available within Bitcoin Core as JSON, and using that to auto-…