Andri Möll

Results 284 comments of Andri Möll

Hey, @kamaz! Thanks for the idea. Not against supporting delays, but I'm not yet sure what exactly should be delayed. Perhaps the initial connection (client socket's `connect`)... What are you...

Hey! I reckon https://github.com/moll/node-mitm/issues/51 is applicable to you, too. The short story is that Mitm.js is foremost a testing library for mocking outgoing requests and not really to eavesdrop on...

> Hi, I am looking for automated mock generation for functional testing, something like this: Wouldn't that couple your _tests_ to another service? If you're okay with that, why not...

That's certainly what I made Mitm.js for --- for mocking remote services. Are you after generating mocks once and then to carry on tweaking them manually or always autogenerating them...

Umm, isn't deleting the mocks defeating the point? Aren't they there to assert your code is making right requests and the code behaving correctly given known-good responses? Should the 3rd...

Hey, Benjamin! Thanks for the help offer. It is absolutely kosher if you write a formula. :)

Any update on this, @fengb? :)

I'll close the issue for now as there's nothing particularly actionable, but we can continue chatting on how to implement proxying.

Hey, thanks for the interesting contribution. Technically, of course, the code style of the code is still slightly different from the example, like double quotes and spacing. :P Have a...

I'm experiencing the same problem. Interestingly enough, redefining `default` with `virsh net-define --file ./net.xml` does update the stored network configuration (as visible in `/etc/libvirt/qemu/networks/default.xml`), so I presume if this Ansible...