Andrew

Results 882 issues of Andrew

My workflows sometimes collide with csslint: - My shell is temporarily `cd`'d several directories deeper than I usually call `csslint`, but I want to call it regardless, using the project...

I have several nested directories that I would like to `churn` all at once. Many of these each contain their own `.gitignore`, and I would like to configure `churn` to...

waffle:ready

Churn is really cool! Churn is useful to identify problem files, even in non-Ruby projects. Maybe we could check for class and method churn for other languages as well?

The tutorial shows how to decode custom types from YAML files. But I am not sure how to accomplish the reverse: How can we encode custom types back into YAML::Node's?

The tutorial seems to require all fields to have values in the user's YAML file. However, many configurations permit omitting fields and falling back on defaults. Could we please expand...

Hey, can we get a Zig port rolling of the fantasic docopt standard? That way, docopt specs can be used in more places. https://ziglang.org/

Would be cool to integrate with man, by emitting man files based on the docopt string! Docopt strings are really helpful for a portable command line syntax, whereas man pages...

Please strip out the old Python parts from the README, so that developers can focus on how to use the C API.

Could doctopt provide a more typical C-style library, instead of a code generator? I would like to be able to `#include "docopt.h"`, `gcc -ldocopt`, etc.

Does docopt support repeating flags, like `hello -e name:bob -e hair:nil`? If so, could the README please add an example of the docopt string syntax for enabling this for one...