Sergio Fenoll

Results 4 comments of Sergio Fenoll

Vue projects (at least the ones generated with Vue CLI, but I believe this is the case for all Vue projects) have a `public/index.html` file in the root of the...

> with shell magic you normaly can ignore errors right now too ... You're right, but at work we wanted a simple equivalent to Drone's [`failure: ignore`](https://docs.drone.io/pipeline/docker/syntax/steps/#failure), so I wanted...

Also encountering the same behaviour... `securityDefinitions.json`: ```json { "APIKeyHeader": { "type": "apiKey", "in": "header", "name": "Authorization" } } ``` Output: ```json "securityDefinitions" : { "APIKeyHeader" : { "type" : "apiKey",...

Another option that wouldn't require changes to this service is to add this behaviour in the frontend. In Kaleidos we do this by implementing an "abstract" model class that overrides...