David Herron

Results 30 comments of David Herron

@ndeloof I delivered the situation where this issue arose - namely, the difference between deploying with a context configured for _from environment_ versus one configured with a specific AWS Profile....

Cheers! Here's my vote of approval for a mode allowing HTML passthrough. In my application, I have a separate module that handles custom HTML-like tags, converting them to regular HTML,...

@wilminator I did not get the /bin/bash error. Instead I got the error at the top about ACME v1.

FWIW - I'm using OpenAPI Backend to implement an application using a spec developed by a standards organization. They recently switched to using `nullable: true`, for which I'm getting this...

I'm on Node.js 12.x on Mac OS X and had a similar compile error. Using nvm to switch to Node.js 5.x got ttystudio to work. For reference here is the...

I have the same issue. I'm working on data types generated from an OpenAPI-based API that has many nested objects. The API specification explicitly allows implementors to add additional properties...

Yes that's accurate, but with a caveat. Using `@default "0000-00-00"` generates `default("0000-00-00")` However, using `@default '0000-00-00'` generates `default("'0000-00-00'")` BUT -- The code I showed above as the Input - that...

I know I'm coming a little late to the game on this. I was looking at this same issue - where do all those outdated package warnings come from -...