Aaron Meurer

Results 1002 comments of Aaron Meurer

The Travis failure is some unrelated Python 2 thing by the way.

FWIF I used this with sympy and it didn't seem too slow to me.

Searching `?/?` took 27 seconds (by comparison `git grep ./. sympy/ > /dev/null` takes 0.3 seconds). Searching for `?.args` took 14 seconds. Searching for `?(?,?)` took 30 seconds. What affects...

You still have to type your password with this. Is that intended?

This doesn't seem to work with config.ini. I setup it up with ``` ini [login] username = [email protected] token = ``` It does work with the `GITHUB_CLI_TOKEN` variable.

That doesn't seem to work for me. I get ``` Using Github CLI token Using Github CLI token ERROR: There was a problem during authentication. Double check that your Github...

This can also be done programmatically using the API.

And in addition to closing, add some comment, like "Moved to ...".

I'll take a look at that. If I think of a more intuitive way to do it while implement it, I'll let you know. I was hoping that defining `__iter__`...