Noah Kantrowitz

Results 27 issues of Noah Kantrowitz

Added in my fork in http://github.com/coderanger/miniredis/commit/8b4670883d2e89c07f90b6e28b286bd3a907ebdf Seems simple enough (just pasting together code from GET and SET) and might be useful to others.

This is almost 100% not something you want to merge directly but it at least captures the plumbing needed to directly access which mouse button the event is for. I...

## Motivation This avoids a hard dependency on lib2to3 which is not included in most minimal Python distributions such as in a container environment. ## Modification The import is moved...

This allows working completely off the latest tag support for current_version so the config file doesn't change on bump.

needs-work
requires-decision
more-details-requested
feature

## Description Just a nice little default that occurred to me tonight. We're using the automatic OpenAPI generation stuff so the help text on serializer fields ends up visible in...

If running the verify command directly (i.e. not via `kitchen test`), a warning should probably get shown if there are no tests. This would help with the common case of...

Improvement

The default `:cookbook_files_glob` for the Chef provisioners is too generous. Compare https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/provisioner/chef_base.rb#L53-L57 to https://github.com/chef/chef/blob/master/lib/chef/cookbook/cookbook_version_loader.rb#L81-L88. We should tighten that glob to match Chef's behavior or cookbooks will appear to work in...

Improvement

There is not currently a great way to check that a given recipe fails, sometimes important to test that error detection is working.

New Feature

When we added FIPS mode support, it looks like the Ohai CLI never got updated to work like chef-client and knife.