Zachary Dow
Zachary Dow
Have you tried changing the css with page break rules? That'd be the way to go if you haven't tried yet https://css-tricks.com/almanac/properties/p/page-break/
Cool enough. Everything else I've worked with so far, S and X have been interchangeable and mostly confirming that it truly isn't supported yet. Thanks for the clarification.
@RicoSuter Any idea on when this can get looked at and implemented?
Found the template directory functionality so I'm not hurting for this, and not wed to the implementation. Thanks for anyone that digs in. :)
So, given these parameters: `/TypeScriptVersion:3.8 /PromiseType:Promise /Template:Axios /GenerateClientClasses:true /GenerateClientInterfaces:true /TypeStyle:Interface /GenerateOptionalParameters:true /OperationGenerationMode:MultipleClientsFromFirstTagAndOperationId /MarkOptionalProperties:true /WrapResponses:true /ResponseClass:ThingClientResponse` Here's an example generation based on a pretty simple "get by id" type endpoint client:...
@thijscrombeen I'd think we just don't try to parse it. Seems like it's trying to solve for a non-problem within this specific generation context. I think that would solve for...
@thijscrombeen But why override that functionality to stop parsing, just to do it ourselves anyway down the line? Doesn't make sense to me
Fixed the merge conflict. Mostly just took master and wrapped that one definition with the try/catch logic. I'll need someone to verify this doesn't break anything.