Luis Ruiz Pavon

Results 5 issues of Luis Ruiz Pavon

This PR adds my solution in Java

Hi, We have one question related with Open API 3 and Path Objects in Swagger Editor, if I read https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#pathsObject ``` The following paths are considered identical and invalid: /pets/{petId}...

type: enhancement
P2
cat: validation

I've added a health check for PostgreSQL. Cheers!!!

Hi, I have an autofac.json like this: ```javascript { "defaultAssembly": "WebApi", "modules": [ { "type": "WebApi.Infrastucture.ContainerModules.DataModule, WebApi", "parameters": { "connectionString": "", "defaultSchema": "" } }, { "type": "WebApi.Infrastucture.ContainerModules.MediatorModule, WebApi" }...

Hi folks, Maybe I'm doing something wrong but **kubectl cp** seems not working in Virtual Nodes: ```txt luru@LRUIZ-G5:/mnt/c/dev$ kubectl cp README.md jmeter-worker-798899d9d5-vsrl5:/README.md tar: You must specify one of the '-Acdtrux',...