Steven Tang
Steven Tang
- [ ] iOS - [ ] Android Also need to handle backgrounds and colours properly. Before #2 was merged, ios backgrounds and text colours were broken even in light...
**Is your feature request related to a problem? Please describe.** When there's a controller which handles two path/routes, it would be nice to specify an ID for each route. ```...
#### Sample Definitions **test.yaml** ```yaml openapi: 3.0.0 info: version: 1.0.0 title: Test paths: /internal: post: responses: '200': description: Successful response content: application/json: schema: $ref: "#/components/schemas/Internal" /external1: post: responses: '200': description:...
## Overview Add example docker-compose file to README. ## Testing recommendations Should be relatively consistent with existing documentation. ## GitHub issue number N/A ## Related Pull Requests N/A ## Checklist...
Error:  Changing `` to `` in `src/index.html` seem to fix some files but the `airgap-currency-symbols` still show `ERR_FILE_NOT_FOUND`.  Commit 32c980cd295c3976b5a4350cec30d8b10e00e650 Electron v11.2.0
An issue that has occurred in the past is the failure of migrations given different target dbs (sqlite, postgres, mysql). Most of these should be detectable by doing some automated...