Philipp Reddigau
Philipp Reddigau
According to the OAS 3 Spec, status codes that are available are defined in https://tools.ietf.org/html/rfc7231#section-6 The generated code is returning 422 for example. https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#httpCodes These code is not defined in...
The generated code does not respect the "readOnly" property. This is because of the generated model rules. and the requestbody is loaded against the DatabaseModel. It could be a good...
It would be nice to have the ability to choose a primary ip while creating a node. As it would help to recreate nodes while keeping the ip address. For...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Steps to Reproduce: Open https://sortablejs.github.io/vue.draggable.next/#/third-party on a mobile device browser Try to click the caret. ### Actual Behavior The caret does not open or close the...
- Swagger-Client version: latest - Swagger/OpenAPI version: OpenAPI 3.0 ### Content & configuration Swagger/OpenAPI definition: ```yaml "servers": [ { "description": "environment", "url": "{protocol}://{server}", "variables": { "protocol": { "enum": [ "http",...
Error: ``` "Symplify\MonorepoBuilder\Release\Contract\ReleaseWorker\ReleaseWorkerInterface". Got: "workers\MonoRepo\TestWorker" ``` Setup: monorepo-builder.php ```php
I want to configure a global limit and i want to configure Route limits. I think my problem is about the understanding of: https://github.com/artisansdk/ratelimiter#how-multiple-buckets-work So i have setup a default...
### Request ``` ?filters[field1][$eq]= &filters[$and][0][relationName][fieldX][$eq]= &filters[$and][1][relationName][fieldY][$eq]= ``` ### Config BaseModel (Where filters are applied to) has the following `$filters` ```php protected array $filters = [ EqualFilter::class, NotEqualFilter::class, AndFilter::class, OrFilter::class, ];...
**Describe the issue** [Fixed Issue](https://github.com/gioboa/jira-plugin/issues/182) Is it possible to do a release?
### Thumbor request URL http://localhost:8888/unsafe/500x/filters:round_corner(150,0,0,0,1)/https://raw.githubusercontent.com/thumbor/thumbor/master/example.jpg ### Expected behaviour The image should be rounded with transparent corners and no visible borders. ### Actual behaviour The image is generated with rounded corners...