Curtis Gibby
Curtis Gibby
This is a great project! It fills _almost_ perfectly a need that I have. However, in my use-case, I would like to be more generic about the date range, by...
It would be nice to have an upload path automagically created using the Inflector::tableize'd version of the entity alias, e.g. `upload/:model/:id/:md5` -> `upload/users/2/5e3e0d0f163196cb9526d97be1b2ce26.jpg`
When you're building your list of server names, the current parsing of environment variables looks like this: ```php if (null !== getenv('BEANSTALK_SERVERS')) { foreach (explode(',', getenv('BEANSTALK_SERVERS')) as $key => $server)...
**Checklist:** * [x] I have checked that there are no issues with similar or the same content **YOU SHOULD CHECK CLOSED ISSUES AS WELL** * [x] I have checked the...
### Issue Yahoo! has [EOL'd their OAuth2 ("Social Directory") API](https://developer.yahoo.com/oauth/social-directory-eol/), and is encouraging developers to adopt an [OpenID Connect](https://developer.yahoo.com/oauth2/guide/OpenID2/) pattern for their [user authentication flow](https://developer.yahoo.com/oauth2/guide/get-user-inf/Get-User-Info-API.html). ### My env PHP: 7.2...
A possessive belonging to an "it" doesn't need an apostrophe. Don't believe me? Ask [the Oatmeal](http://theoatmeal.com/comics/apostrophe) (look for the velociraptor)!
I think it would be nice if there were a single command to delete both a local branch as well as any remote tracked branches. My last Git GUI client,...
"otherwords" -> "other words"
See #14
Pushwoosh now includes in its raw createMessage response a list of devices/tokens for which it does not know what they are (likely because [the user removed the app or the...