Noah Kantrowitz

Results 187 comments of Noah Kantrowitz

@atheiman No, the issue is still open. You are welcome to add it if you like. Most people do this via Berks or the Policyfile system these days so having...

What is the end goal here?

I'm not 100% sure if this is possible but optimally it would look like this. For the simple case of should fail: ``` yaml raises: true ``` Raises a specific...

This feels too fiddly to me with the one major caveat that kitchen-inspec's structural problems make it sometimes needed :-/ I would still say if we want to support this,...

We definitely have no need to control outbound ports, that's way out of scope here. Basically this smells like you are trying to use Kitchen as a generic VM management...

What kind of SSH key is it? It's possible you've got some newer algorithm that either net-ssh doesn't support in the version we use or that we haven't set things...

Where are you running the `kitchen` executable from? The path would be relative to the working directory when things are run, I think, not relative to the config file.

+1, having to configure this via tsconfig compiler options means disabling the default behavior of pulling in all `@types` packages which means it's a breaking change on a large project.

Some quick benchmarking per-raise ``` user system total real Clean 0.830000 0.030000 0.860000 ( 0.864414) Sentry 3.630000 0.130000 3.760000 ( 3.751515) >diff ms: 0.028000 0.001000 0.029000 ( 0.028871) ```

@nateberkopec The "do not use in prod" is not (just) because of perf, binding-of-caller is effectively manually parsing the Ruby stack and if there is anything unexpected it's almost a...