RenaudS

Results 7 issues of RenaudS

To use pooling the current usage is: ```elixir {:ok, conn} = Mongo.start_link(database: "test", pool: DBConnection.Poolboy) Mongo.find(:mongo, "collection", %{}, limit: 20, pool: DBConnection.Poolboy) ``` Having to repeat ```pool: DBConnection.Poolboy``` at query...

Kind:Enhancement
Note:Discussion

Previously _schema.default_ tag for _schema.type_ === array was never processed and only _schema.items.default_ were usable.

**Describe the bug** Array parameters and attributes with a list of string generates duplicates value. This regardless of the parameter being defined in request body or query parameters. Or if...

bug

I use the parameter --reportFormat to get report in HTML & JUNIT format. However, I want both and I couldn't find a way to generated both at same time so...

**Describe the bug** Functional fuzzer query parameters are not working when the method has a request body: PUT, POST, PATCH. Non-body methods works fine (GET, DEL). (And so do path...

bug

**Describe the bug** Upgrade to cats latest version hit a breaking change. It adds a default "/" Version 13.2.0 works fine. Version 13.4.3 as the problem. **To Reproduce** Swagger v2.0:...

bug

**Describe the bug** Using functional fuzzer, the request with a body (POST,PUT,PATCH) do not encode the path parameters, while GET, DEL do. Therefore, the same refdata value under one path...

bug