Results 9 comments of Oz (CodeBard)

Just encountered this with a cluster whose node was recycled. The mysql pod reports its unready despite showing as healthy. Mysql is not accessible from outside. This killed my plans...

Looking forward to the fix for this bug to be able to reconsider this operator for use in production.

Adding a parameter to Patreon's oAuth is pretty unlikely. But anyone who wants to integrate the PHP lib with any other application is more than welcome to do so using...

Currently write operations are not possible with the api. Therefore creating posts at Patreon or uploading images are not possible. However you can do the opposite - import/sync Patreon posts,...

You can check the library's examples and additionally the WordPress plugin to see what kind of scopes you may need for such an application: https://github.com/Patreon/patreon-wordpress WordPress plugin has ample code...

The below call can give you both user info (all that is needed for login) and the user's patronage to your campaign in one go. https://github.com/Patreon/patreon-wordpress/blob/0ec7bb94418f787c39301a633a999bf2c61c9878/classes/patreon_api_v2.php#L22

Check out the calls which the WP plugin uses for various purposes. https://github.com/Patreon/patreon-wordpress/blob/add_caller_to_api_call_logs/classes/patreon_api_v2.php You can copy those calls for your app. Of course, you will need to have requested the...

Are you using these membership related webhooks in your campaign using your own creator token? Or are you trying to get info about non-member users? Also, ensuring that you are...

This PHP lib already should have a working webhook example. Have you tried that? Was it not working?