Patrick Connolly

Results 485 comments of Patrick Connolly

Docs for upgrade guide: https://react-hook-form.com/migrate-v6-to-v7/

@foolioo Agreed. @jms1voalte you should probably not expect to be finding a tailored install flow for an extension when you're not logged in. This feels quite niche, as the vast...

Actually, just added it here, since it seems it's such a small fix that would make it clearer 🙏 https://github.com/probot/settings/pull/573

Thanks @mlinksva! So if GitHub ever contracts service from a company entity (or an individual operating under one), would they just have each person sign it individually? Or is that...

At least for regular issues, seems it's been updated to be able to list all per-issue: https://developer.github.com/v3/reactions/#list-reactions-for-an-issue (Still heavy for listing reactions to comments in code reviews and commits)

I'm not a member of the project, but perhaps you could share a tutorial yourself of exactly where you've gotten. That way, you'll not only help the next person, but...

EDIT: @Chandler-Song I moved my response into https://github.com/LABHR/octohatrack/issues/105, since it's not quite related to this issue :)

This is really helpful @SunSparc :) I'll try to upstream a doc change when I'm next using this plugin

Ok, after some experimentation, found the minimal permissions for bucket and plugin setup is: ```js { s3Options: { // ... }, s3UploadOptions: { ACL: '', Bucket: 'YOURBUCKET' } } ```...