David Grandinetti

Results 8 comments of David Grandinetti

I've been thinking about a number of small features that require data from the Github API (is this a draft pr?, is this from a person or an org? is...

Pretty sure that all except for `CODEOWNERS` info would be returned in the webhook payload.

Started a WIP at https://github.com/CocoaPods/guides.cocoapods.org/pull/85

:+1: to this. I've also started using a fork that disables the use of `+load()`. I wanted to defer the initialization until after my app has finished launching, but keeping...

Can definitely consider this a WIP because I need to update the non-generated model files to include some of the new features that have been added to modern CP. (e.g....

Getting closer...tests pass, but podspec doesn't lint.

Some questionable decisions in those last two commits. I had an issue that I did not fully grok, but managed to get things back to green. ``` - ERROR |...

This sounds like something we should report upstream with [proselint](https://github.com/amperser/proselint)