Results 5 issues of tkrafael

Hi guys, Don't know where to put this trick. I was able to run this app inside docker using the following instructions: Create an image containing the required dependencies and...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Allow intellisense and autocomplete for mock json files in visual studio 2019 and vscode...

enhancement

**Is your feature request related to a problem? Please describe.** Currently there's a mix in applications running soap/rest/grpc. It would be good to support grpc when mocking requests and responses....

enhancement

Hi, I have the following situation: Large files coming from SFTP. Files are tar.gz and inside each file, there are several gz files. Using `codec: gzip/tar` output receives a message...

enhancement
needs investigation

Due to the `MessagePackSerializer`, property of nested objects are incorrectly rendered on msgpack: ``` log.LogInformation("this is cool data: {@data}", new {a = new {b = "test"}, c = "contoso", d...