Eric Mrak

Results 33 comments of Eric Mrak

[pyenv](https://github.com/yyuu/pyenv) by @yyuu, which is a python version handler based off of rbenv already has this fallback functionality. Perhaps take a look at his project? Check the [pyenv global section...

I am able to reproduce this in both kitty and wezterm (MacOS and Linux). Using any of cv03..06 causes the i in "if" to appear as configured, but the i...

Thanks for this. I was only using `whoneeds` from pkgtools.

if the YAML files don't have `---` in them, you could probably just use `cat`: ``` stubby -s 1500 -d

For those desiring this, the function and bindings mentioned earlier in the discussion have given me an easier workflow for prepending `sudo` or sudoing the last command than the typical...

I'd prefer :up_arrow:, Ctrl+p and command history search working in subcommand positions over introducing !! The entire history API of other shells is confusing enough that people usually only remember...

Like this? From https://github.com/mrak/stubby4node#response > The `response` property can also be a yaml sequence of responses that cycle as each request is made. ```yaml - request: url: /hey/0011 response: -...

That's a valid use case. The EXE+DLL was for convenience, but I understand it's pigeonholing a bit. This would be a good time to push a new release to nuget...

This looks like a convenient feature. Thanks for writing tests, too! I see that you want to be able to query the request/response invocations that were received by stubby as...

Thanks for the diagram. Very informative. Do you use the HTTP interface for the admin portal or the programmatic calls? Do you do assertions on specific properties of the invocation...