KnutHaraldR

Results 5 issues of KnutHaraldR

When I first ran main.py with python 2.7, I got an error stating that asciitree was missing. I installed it with pip. Then I got an error that tensorflow is...

So after using `FormArrayExtended`'s `setValue` with the value being an array of two `formGroup` entries, containing one of `id`: 4 and `id` -1, I see afterwards that both entries in...

Stack trace: ``` ...\node_modules\swagger-angular-generator\dist\utils.js:62 res = input.replace(/^/gm, ' '.repeat(level * conf.indentation)); ^ TypeError: Cannot read property 'replace' of undefined at Object.indent (...\node_modules\swagger-angular-generator\dist\utils.js:62:17) at makeField (...\node_modules\swagger-angular-generator\dist\forms\generate-form-service.js:107:38) at Object.entries.forEach (...\node_modules\swagger-angular-generator\dist\forms\generate-form-service.js:79:33) at Array.forEach...

I have a method that expects type blob. Intead what's generated is this ``` exportvalues(params: ExportvaluesParams): Observable { const pathParams = { id: params.id, }; return this.http.get(`/api/dimensions/${pathParams.id}/exportvalues`); } ``` Which...

I have yet to find it, would be nice with some information of where it is in the readme. I can see when I run swagger-angular-genertaor it's looking fo conf/api/api-docs.json,...