Simone Busoli

Results 42 issues of Simone Busoli

currently each provider's type definitions are hardcoded and they can be extended, but they cannot be replaced. we should come up with a way to allow replacing them altogether. one...

brokeneck

right now the provider operations backing the resolvers are hardcoded and can't be changed. in the same way as we would like to let users customize the type definitions in...

brokeneck

The current Azure SDK doesn't support all operations we need to do, specifically it doesn't support certain parameters we use for pagination. It forces us to use lower-level operations which...

brokeneck
azure

Searching doesn't do any filtering.

brokeneck
azure

create typings for brokeneck-fastify and test them. inspire from other fastify plugins like fastify-cookie

brokeneck

From @toomuchdesign: Given the often poor quality of OpenAPI inputs, I've introduced a callback function property to modify the output of the schema before converting it into a file. If...

It would be useful to generate schemas not only from components.schemas but from any OpenApi property (especially paths where endpoints are documented). This opens up further complexity because OpenApi parameters...

From @toomuchdesign: In my own project I've finished implementing three resolution strategies for refs: import, inline, and keep. Currently, oas2tson implements inline. - Import is interesting because it allows importing...

As discussed on Slack with @mhdawson , I would like to suggest that meetings are recorded in a way that the transcript of the call is available along with the...

As documented in https://github.com/FirebaseExtended/action-hosting-deploy/issues/108#issuecomment-1406627354