Agis Anastasopoulos

Results 82 issues of Agis Anastasopoulos

Right now, we provide a way to bump the version automatically when a file changes (using the `grit` gem). We should instead provide a portable way to do this without...

feature

Cog supports a list-type option. Right now, if a user does: ``` !foo --flavor=sour --flavor=sweet ``` This will result in `#opts` returning `{"flavor_0" => "sour", "flavor_1" => "sweet"`. Ideally we...

feature

Ship an executable from the gem, that can be used to test cogy commands from the terminal. It should probably share the same code with the Relay executable that we'll...

feature

Right now all commands are under a single bundle. This probably won't scale well when different teams start adding team-specific commands. We need a way to namespace individual commands.

feature

This will list all the available commands and provide the ability to execute them from the browser.

feature

It'd be useful to have certain code executed before/after/around each command.

feature

### Subject of the issue In a custom RSpec runner I'm using, I've noticed an ever-increasing memory usage with each spec file (the same file, actually) that the runner executes....