Maxime Beaudry
Maxime Beaudry
I am using version 13.7.0 of `NSwag.AspNetCore`. With this, I have a DTO that is documented like this: ```csharp // In controller [OpenApiOperation("GetMetadata")] [ProducesResponseType(typeof(UserMetadataResponse), 200)] public async Task GetMetadata() {...
### Description I use the collection `.Should().BeEquivalent()` to ensure that two collections are equivalent. When my two collections do not have the same size, it is very hard to know...
I am running droppy under docker with this configuration: ```json { "listeners" : [ { "host": ["0.0.0.0", "::"], "port": 8989, "protocol": "http" } ], "public": true, "timestamps": true, "linkLength": 5,...
My current CI/CD looks like this: 1. code: source code on github 2. build: automatically executes after code is pushed to github. The code is transformed in deployment artifacts in...
The ffmpeg layer is currently limited to the following runtimes: - nodejs10.x - python3.6 - ruby2.5 - java8 - go1.x It is therefore not possible to use it with other...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
I have a service that exposes a swagger.json file that goes like this: ```json ... "AccountSummary": { "type": "object", "additionalProperties": false, "properties": { "serviceStatus": { "description": "The user service status....
I have a generic connector defined like this: ```hcl resource "fusionauth_generic_connector" "test" { name = "Test" authentication_url = "" connect_timeout = 5000 read_timeout = 10000 debug = true } ```...