Esteban Gehring

Results 170 comments of Esteban Gehring

@simon-abbott thanks for investigating! > Dedupe this PR to just add stringEnums to all the other typescript-* generators without hoisting, and set defaults to cause no backwards compat issues can...

@simon-abbott sounds great, please go ahead! you can just update this PR and let me know when it is ready to review.

@gualtierim could you try it with the following code and post it here? ```yaml paths: /pet/{birthday}/foo/{id:.+}/{bla_bla}/bar: get: tags: - pet operationId: findPetsByStatusfoo produces: - application/xml - application/json parameters: - name:...

Excellent, so it seems to be correct

> @macjohnny would a small PR with a couple of template modifications be welcome? yes! 😊

@siva04 the state of the select all checkbox is controlled via https://github.com/bithost-gmbh/ngx-mat-select-search/blob/da14301066260e1e9c2fbbcf9665986d604b1d2b/src/app/mat-select-search/mat-select-search.component.ts#L177-L180 do you want to fix this in the demo?

@swierzbicki thanks for offering help, thats much appreciated. 1. i think the problem is on the demo page, since the select-all control in ngx-mat-select-search does not have any logic 2....

@zwenza this requires setting the base path for every api, which is ok for now, but we could improve it to use a single configuration class like https://github.com/swagger-api/swagger-codegen/blob/v2.3.0/modules/swagger-codegen/src/main/resources/typescript-angular/configuration.mustache#L10 with static...

@zwenza you are right, we could add a `GlobalConfiguration` class containing static variables only in the existing https://github.com/swagger-api/swagger-codegen/blob/v2.3.0/modules/swagger-codegen/src/main/resources/typescript-fetch/configuration.mustache and since it is already included in the api files, we simply...

@zwenza the PR should be ready to be merged. @wing328 should eventually merge it if no issues arise.