Philip James

Results 57 comments of Philip James

Hey is there any more thought on this? I've been trying to auth against Google, but refresh tokens aren't saving into the token_secret.

@abackstrom great call out. I think it's totally reasonable to have the hashtags both in the CW text and kept in the message text behind the CW?

So, let's be clear: Today, this needs to be centralized. It's going to be centralized until there's another way. Anyone who wants their info removed, I will respect - so...

@untitaker I agree, and I am in the process of filing issues with the relevant repos to make this easier for all. If you have suggestions of the right place...

Update on where I'm thinking of heading. The spec for metadata behind `setup.py` already defines the capability for a `project_urls` dict to be an argument to setup.py. I'm thinking of...

I'd rather not assume from data parsing if I can avoid it. Scraping a text file is not my ideal here, because if I guess wrong it's a crappy experience....

Starting point: ``` [line for line in pkg_resources.get_distribution('thanks').get_metadata_lines(pkg_resources.get_distribution('thanks').PKG_INFO) if line.startswith('Project-URL:')] ```

So, here's my vision for the interface. All of these are listed in "order in which I would like to see them implemented" 1. `thanks` with no arguments - looks...

Hey! I think something like `thanks tweet requirements.txt` is pretty reasonable, but I'm still thinking about it. I definitely worry about too much information or information overload, so if you...

Hey @DiegoVicen! Yes, I will happily look at a PR. There are some changes incoming that might mean the PR goes through a couple rounds, but I'd still love to...