Alex Genco
Alex Genco
fixes: https://github.com/pressly/sup/issues/97 I tried this locally and it seems to work as expected. i.e. env vars passed via `-e` take precedence over top-level `env` entries. This could potentially be a...
Addresses https://github.com/docopt/docopt.rb/issues/18. This project appears to be unmaintained, but I figured this changeset could be useful for others even if it doesn't get merged.
All the tables are properly truncated, but consecutive test runs start auto-incremented sequences where they left off, instead of back at 1. In lib/database_cleaner/sequel/truncation.rb, changing line 19: ``` ruby db.run...
# RFC: Dynamic variable declaration This RFC is an attempt to revive https://github.com/graphql/graphql-spec/issues/377 by decoupling it from multiple operation support, and to flesh out our specific use cases and needs....
I've encountered situations where I only want to rate limit in certain scenarios based on config (for example, rate limit in production, not in dev). I've worked around this by...