Nikita Safonov

Results 10 comments of Nikita Safonov

Just checked the latest version. everything works fine on windows 10 =\

As far as I understand: 1. `destination` should be set to something static like https://www.google.com. 2. When a request comes in we need only to replace the host and scheme...

Should this be added while we're at v6? dropping the scheme from matchers when simulation's version is lower than v6 (printing a warning if scheme is provided) and keeping it...

@tommysitu would this be an option to create an additional flag to hoverctl like `--directory` that requires a path to a directory with middleware files. inside that directory a file...

duplicate i suppose https://github.com/SpectoLabs/hoverfly/issues/575

facing the same issue. just curious. are you using go modules?

if you take a look inside the vendor folder, you won't find `internal` directory where `webp.h` should be located. since i commit my vendor directory, i just `git clone` this...

I've run into the following case. Consider having a sendmail binary for example, and you wanna replace it with a custom one that can handle some of the flags ignoring...

https://github.com/cloudalchemy/ansible-node-exporter/issues/158 Seems to be related.

Maybe this'll help somebody. To make websockets working in k8s cluster with nginx ingress controller (https://docs.nginx.com/nginx-ingress-controller/) it's enough to add annotation to ingress resource: `nginx.org/websocket-services: moon` where `moon` is the...