Ingólfur Valsson

Results 4 issues of Ingólfur Valsson

It would be nice to be able to support multiple deployments from one repo. Instead of having a single _DeployPath_ we could have a _DeployPath_ for each App Instance fro...

feature

Using the generated types I assume that type narrowing would work fine. ``` const embeddedEntry = (entry: IEntry) => { switch (entry.sys.contentType.sys.id) { case 'article': entry.fields // Should be known...

### Checklist - [*] Conversion: I have checked my source definition is valid OpenAPI 2.0 - [*] Conversion: On valid OpenAPI 2.0 input, the conversion looks wrong ### Detailed Description...

I was trying to add **CommandLineParser** to a _asp.net core_ project of mine to conditionally apply seed and test data on runs. If I run any sort of tool on...