Tino Fuhrmann

Results 10 comments of Tino Fuhrmann

@snebjorn Works for me without signing in ![image](https://user-images.githubusercontent.com/5977959/196008929-16a37237-bfe6-4746-9f03-22af6d53a969.png) Anyhow, looks to me like the issue is the following line in `pom.xml` added in thes PR: ` samples/client/others/typescript-angular/typescript-angular-v14-use-single-request-parameter` as the error...

@bodograumann is correct. I had started this a few years back - with the goal of replacing all the code duplication. There even is an issue that documents this: #802...

I just ran the code including rendering the output image with bounding boxes and person identity on an Intel(R) Core(TM) i5-4210M CPU @ 2.60GHz at about 5 FPS (0.185s frame...

Circleci failing seems to be unrelated: ``` [info] downloading https://jcenter.bintray.com/jline/jline/2.12.1/jline-2.12.1.jar ... [warn] [FAILED ] jline#jline;2.12.1!jline.jar: The HTTP response code for https://jcenter.bintray.com/jline/jline/2.12.1/jline-2.12.1.jar did not indicate a success. See log for more...

Looks like it is @wing32 . I agree with your concerns. I'd prefer an object based approach and just using a 'default' object for the instantiation of the api. This...

@zwenza yeah. The default configuration object should be passed by default, maybe similar to portableFetch and GlobalConfiguration.basePath in this sample: ` constructor(configuration?: Configuration, protected basePath: string = GlobalConfiguration.basePath, protected fetch:...

Maybe I wasn't clear enough what my idea was. The configuration object should no longer be `static`, so that you can create multiple objects (e.g. one for each thread), so...

If you only ever use the same object instance of GlobalConfiguration (or `Configuration` e.g. a default instance which could be exported by `configuration.mustache`) that wouldn't be a problem. Let me...

I can't seem to find the change in this PR which removes the ObjectSerializer from api.ts (the diff which is hidden by default because it's too big). Another issue is...

IMO the whole serializer should be hidden from the user. It is an implementation detail of the API module and the user should not rely on this functionality. This enables...