Jurica Šeparović
Jurica Šeparović
Hi, I would like to propose different placement for `admin-styles.scss`file. Instead of having `admin-style.scss` inside `ui/scss` it would make more sense to have it inside `admin/scss/` folder. This approach allows...
**Jane version(s) affected**: `7.5` using open-api-2 **Description** Given following path in OpenAPI 2.0 schema: ```json { "/v1/accounts": { "get": { "summary": "List accounts", "operationId": "getV1Accounts", "description": "Lists registered accounts", "parameters":...
Using command via localazy:cli docker image does not work on arm arhitecture. ```bash docker run --rm -v $(pwd):/localazy localazy/cli:latest localazy download WARNING: The requested image's platform (linux/amd64) does not match...
In recent days it is more and more common to use PHP as a API layer with separate frontend. In this setup it is crucial to document API and allow...