Jiri Puc

Results 10 issues of Jiri Puc

For example, the swagger: ``` /images/scorecard/{scoreCardId}": { "post": { "tags": [ "image-rest-controller" ], "summary": "Upload point report images", "operationId": "uploadPointReportImageUsingPOST", "consumes": [ "multipart/form-data" ], "produces": [ "application/json" ], "parameters": [...

FormArrayExtended are incorrectly applied in the form service when the endpoint expects an array of strings. It should be a basic FormControl instead.

I get: ``` getProductList(params: GetProductListParams): Observable { const queryParamBase = { limit: params.limit, offset: params.offset, }; let queryParams = new HttpParams(); Object.entries(queryParamBase).forEach(([key, value]) => { if (value !== undefined) {...

Implement a way to specify which options should given http method have: ``` post(url: string, body: any | null, options: { headers?: HttpHeaders | { [header: string]: string | string[];...

Based on the documentation in https://hatch.pypa.io/1.9/config/environment/overview/#inheritance, I would expect that the `test` environment would inherit from `notebooks` environment (`template = "notebooks"`). Either the documentation is misleading or the functionality does...

This is an attempt to give the docs a bit more structure so that it is easier to orient around: ### visual components ### form components ### custom clickable components...

**Describe the bug** `make` command fails with: ``` mkdir -p build dist && \ cp -R ../../web/build/ . && \ cd build && \ rm -f index.html image.png sample.jpg &&...

type/bug
area/packaging

- https://documentation.mailgun.com/en/latest/api-inbox-placement.html#inbox-placement-v2 `A seed list is an object that provides the mailing list for your inbox placement test. It also acts as a container for all the results of those...

enhancement

### API Python ### Description The same ask as in https://github.com/kuzudb/kuzu/issues/4849, but for Azure Blob Storage. Thank you for the amazing work!

feature

## 🚀 Feature Request - bump numpy version to >2 ## 🔈 Motivation - there are conflicts with other libraries that have numpy>2 - numpy v2 has been out for...

enhancement