rockgecko-development
rockgecko-development
I consider this a feature actually :) It generates icons for all flavors at once, so I don't need to invoke it multiple times
Regarding auto detecting the response type from a function at compile time, it's not really possible, because both Azure Functions and the OAS spec allow for different response types for...
@johnnyreilly ah yes Pact doesn't do this directly, they suggest [Schemathesis](https://github.com/schemathesis/schemathesis) as one example. [Here's](https://github.com/pactflow/example-bi-directional-provider-dotnet) a full example of using a dotnet core API to generate a OAS file, running...
The OAS spec does not allow for descriptions on individual enum values (ref https://swagger.io/specification/#server-variable-object , enum is a string array only). One solution would be to allow the `OpenApiProperty` attribute...
Thanks, let me know what you need to get this across the line. There also will be breaking changes on the consumer side, if using a codegen tool. Currently, most...
#248 is referring to fields with the same name as the type. That doesn't seem specifically relevant to enums. #153 is about the conflict if users have nested enums with...
Yes, `allOf` is the correct way to fix this issue - I see it is in the roadmap via #370 Not only does it allow you to reference child types...
Looks like this has been quietly added in AOSP, in `U` DP1: https://developer.android.com/reference/android/location/altitude/AltitudeConverter `public void addMslAltitudeToLocation (Context context, Location location)`