George Field

Results 5 issues of George Field

Using a list comprehension inside of a pure python function within a template will produce a `NameError` if the variable name introduced in the comprehension hasn't previously been defined, and...

bug
lexer

This MR adds an option to config.toml to allow users to switch the RSS link which is currently in the navigation menu with an RSS icon at the end of...

Calling `proxy.listen({port:PORT_IN_USE})` where `PORT_IN_USE` is already being used by another process does not cause any immediate error. The library should throw an error if this is the case.

The close method calls a number of asynchronous functions to close servers started by the proxy, but there is no way for calling code to ascertain when the close operation...

When incorporating this module into a larger script you might want to silence this module to get cleaner logging. You can disable logging by http-mitm-proxy by passing `silent: true`, for...